Commit Graph

13 Commits

Author SHA1 Message Date
wcrisman
837fdced57 Fixed bugs in web server that ignored when the web app sets a header that overrides anything that would normally be generated (for forwarded content). 2014-07-13 11:01:23 -07:00
wcrisman
c06e555510 Added warnings to Monitor regarding unlocking with a thread that did not perform the locking; Added extra debug output for this occurrence. 2014-07-12 21:33:45 -07:00
wcrisman
17e9c5a153 Removed fancy debug logging from web server to prevent logging causing logging due to logging Monitor lock/unlock calls. Need to replace this logging code with a non-framework queue to allow remote management of the web server and log transfer. 2014-07-12 15:49:35 -07:00
wcrisman
0081ad43b9 Fixed bugs introduced into Monitor when adding debug info and simplifying. 2014-07-11 17:13:25 -07:00
wcrisman
985228d213 More changes to Monitor to attempt to catch a bug. 2014-07-11 16:17:49 -07:00
wcrisman
b11dc14fb3 More changes to Monitor to attempt to catch a bug. 2014-07-11 15:51:51 -07:00
wcrisman
66487c3b25 Fixed bug in handling of sessions - some non-standard web apps (forwarding domains for example) in fact will have null sessions attached to their connections. Non-breaking change. 2014-07-11 15:39:28 -07:00
wcrisman
54b2f9b5ad Minor changes to Monitor to attempt to find a bug. 2014-07-11 15:29:08 -07:00
wcrisman
2b035e092c A second round of fixes to simplify the web application setup code and provide for a connection context accessible by the application when handling web requests. 2014-07-11 12:32:03 -07:00
wcrisman
07b8c2ff8d Fixed bugs from last commit. 2014-07-11 10:41:39 -07:00
wcrisman
d2027e13f9 Modified the web server to allow connection related data to be stored in the connection's context by the application. This modifies the contract (interfaces) between the framework and application code, requiring changes to the application (breaks backward compatibility). 2014-07-11 10:39:36 -07:00
wcrisman
bb9b1f550e Fixed TCP no delay in the PassThroughSocketContext.
Ignored the eclipse metadata.
2014-05-30 12:11:28 -07:00
wcrisman
b45e56b890 Initial commit from SVN. 2014-05-30 10:31:51 -07:00