diff options
author | Teravus Ovares | 2008-12-20 15:09:01 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-20 15:09:01 +0000 |
commit | 8f07f2e8b006ef7712318e29a2793f939f2c90b5 (patch) | |
tree | 9042d812f2271777c1825194af4086da4d5dc01e /bin/HttpServer.dll | |
parent | Slowing things down a little bit in TPs, with a couple of extra Thread.Sleep ... (diff) | |
download | opensim-SC_OLD-8f07f2e8b006ef7712318e29a2793f939f2c90b5.zip opensim-SC_OLD-8f07f2e8b006ef7712318e29a2793f939f2c90b5.tar.gz opensim-SC_OLD-8f07f2e8b006ef7712318e29a2793f939f2c90b5.tar.bz2 opensim-SC_OLD-8f07f2e8b006ef7712318e29a2793f939f2c90b5.tar.xz |
* A few more fixes to HttpServer.
* http://www.codeplex.com/webserver/WorkItem/View.aspx?WorkItemId=3110 fix erronious call to beginread that caused an exception which was caught and ignored (increase performance)
* Pass socket into httpclientcontectImp and call the disconnect + reuse method so the socket can be reused quicker (increase performance)
* Ensured that in every error scenario beginAccept is called (stability)
* Fixed header casing (standards compliance)
* Fixed Connection: close handling (standards compliance)
Diffstat (limited to 'bin/HttpServer.dll')
-rw-r--r-- | bin/HttpServer.dll | bin | 139264 -> 155648 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/bin/HttpServer.dll b/bin/HttpServer.dll index c57e023..1a5c7ee 100644 --- a/bin/HttpServer.dll +++ b/bin/HttpServer.dll | |||
Binary files differ | |||