diff options
author | teravus | 2013-03-16 03:14:11 -0400 |
---|---|---|
committer | teravus | 2013-03-16 03:14:11 -0400 |
commit | 6e1b3f9951b5ae9fbc0dc65e8404cb878206c68d (patch) | |
tree | 7dd6383368b33d8e2c2f10ab13d00570eef7922a /bin/HttpServer_OpenSim.dll | |
parent | Finally remove the 'REST' ApplicationPlugins code which has been non-function... (diff) | |
download | opensim-SC_OLD-6e1b3f9951b5ae9fbc0dc65e8404cb878206c68d.zip opensim-SC_OLD-6e1b3f9951b5ae9fbc0dc65e8404cb878206c68d.tar.gz opensim-SC_OLD-6e1b3f9951b5ae9fbc0dc65e8404cb878206c68d.tar.bz2 opensim-SC_OLD-6e1b3f9951b5ae9fbc0dc65e8404cb878206c68d.tar.xz |
*Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a connection close issue by getting rid of the socket references * This adds a connection timeout checker to shutdown poor or evil connections and combats DOS attempts that just connect and make no complete requests and just wait. It also actually implements KeepAlive... instead of just understanding the connection header in the request... you can test by connecting and requesting a keepalive header and sending another request on the same connection. The new timeout checker closes expired keepalive sessions, just make sure you send the request within 70 seconds of connecting or the timeout checker will timeout the connection.
Diffstat (limited to 'bin/HttpServer_OpenSim.dll')
-rwxr-xr-x | bin/HttpServer_OpenSim.dll | bin | 116224 -> 119808 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/bin/HttpServer_OpenSim.dll b/bin/HttpServer_OpenSim.dll index 36c0892..e15493d 100755 --- a/bin/HttpServer_OpenSim.dll +++ b/bin/HttpServer_OpenSim.dll | |||
Binary files differ | |||