teravus
|
6e1b3f9951
*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.
|
vor 11 Jahren |
teravus
|
1dc09d8e8f
We're not really done here.. but we're getting there. Socket Read is working.. Still have to do Header.ToBytes and compose a websocket frame with a payload.
|
vor 11 Jahren |
justincc
|
f72c4bdba5
Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied.
|
vor 13 Jahren |
Diva Canto
|
cf72fece6d
Replaced the HttpServer_OpenSim.dll with one compiled for .NET 3.5 (the last one was 4.0, and that doesn't work). Also added the corresponding .xml and .pdb, if that makes any difference.
|
vor 14 Jahren |
Teravus Ovares (Dan Olivares)
|
cd3b7bcb03
* Update HTTP Server with jhurliman's longheader fix. Changes 1024 with 4096.
|
vor 15 Jahren |
Teravus Ovares
|
032aeb8b5d
* Adds the ability to have a thread efficient long poll service (such as the eventqueue)
|
vor 15 Jahren |
Teravus Ovares
|
c243ae43f2
* Updated C# WebServer to the latest available source download (r19869) and applied a few mods from the old version (now up on opensim-libs (VS 3.5 project).
|
vor 15 Jahren |
Jeff Ames
|
54ccca1e2c
Update svn properties, add copyright header, formatting cleanup.
|
vor 15 Jahren |
Teravus Ovares
|
52c482a7a7
* This updates LibOMV to the current release 0.6.0 on March 19 2009
|
vor 15 Jahren |