Diva Canto
|
43d804b998
New HttpServer_OpenSim.dll with increased limits on number of connections, requests, etc.
|
il y a 11 ans |
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.
|
il y a 11 ans |
teravus
|
42c533c589
* Updates HttpServer again to re-add the code that closes the stream and connection when It's done sending. Be on the lookout for an old linux/mono bug where the client doesn't get the last bit of the stream before it is disconnected!. Code on opensim-libs. All tests pass.. HttpServer's internal tests pass.. but just a bad feeling. More people should test :)
|
il y a 11 ans |
teravus
|
4867a7cbbf
This is the final commit that enables the Websocket handler
|
il y a 11 ans |
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.
|
il y a 11 ans |
justincc
|
f72c4bdba5
Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied.
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
5e3893ca5c
add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows
|
il y a 13 ans |
Diva Canto
|
5d6d0aa142
Catch HttpServer exception: mantis #5381
|
il y a 13 ans |
Diva Canto
|
059e9eaf98
Fixed a couple of tests in the HttpServer. Not sure if this is enough. Mantis #5373 and #5384
|
il y a 13 ans |
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.
|
il y a 14 ans |
Diva Canto
|
d576d7c0a6
Replaced HttpServer_OpenSim.dll with a version that locks certain ops in HttpForm -- mantis #5128.
|
il y a 14 ans |
Teravus Ovares (Dan Olivares)
|
6bdb2e2848
Patch from jhurliman to HttpServer
|
il y a 15 ans |
Teravus Ovares (Dan Olivares)
|
cd3b7bcb03
* Update HTTP Server with jhurliman's longheader fix. Changes 1024 with 4096.
|
il y a 15 ans |
Teravus Ovares
|
482e907520
* Reattempt at a compile
|
il y a 15 ans |
Teravus Ovares
|
23a8895d29
* Fixed another potential httpserver leak.
|
il y a 15 ans |
Teravus Ovares
|
f727f26bcc
* An attempt to fix mantis #3953
|
il y a 15 ans |
Teravus Ovares
|
032aeb8b5d
* Adds the ability to have a thread efficient long poll service (such as the eventqueue)
|
il y a 15 ans |
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).
|
il y a 15 ans |
Teravus Ovares
|
52c482a7a7
* This updates LibOMV to the current release 0.6.0 on March 19 2009
|
il y a 15 ans |