Justin Clark-Casey (justincc)
|
1b7b664c86
Add request received/handling stats for caps which are served by http poll handlers.
|
%!s(int64=11) %!d(string=hai) anos |
Diva Canto
|
b2d4b8b1da
BaseHttpServer: if the handler sets the content length, don't override it. This happens in HEAD handlers.
|
%!s(int64=11) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
84af1cab9b
Display existing statistic of how many http requests a server is making as server.network.HTTPRequestsMade in "show stats all"
|
%!s(int64=11) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
9501a583cb
Make number of inbound http requests handled available as a httpserver.<port>.IncomingHTTPRequestsProcessed stat
|
%!s(int64=11) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
32d1e50565
Reinstate explicit starting and stopping of PollServiceRequestManager added in 3eee991 but removed in 7c0bfca
|
%!s(int64=11) %!d(string=hai) anos |
Melanie
|
7c0bfca7a0
Adding Avination's PollService to round out the HTTP inventory changes
|
%!s(int64=11) %!d(string=hai) anos |
teravus
|
d2367968e4
* In between the fog, a moment of clarity. This fixes mantis 6570
|
%!s(int64=11) %!d(string=hai) anos |
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.
|
%!s(int64=11) %!d(string=hai) anos |
BlueWall
|
66d74e76b1
Add method to remove JsonRpc Handlers from the server
|
%!s(int64=11) %!d(string=hai) anos |
teravus
|
4867a7cbbf
This is the final commit that enables the Websocket handler
|
%!s(int64=11) %!d(string=hai) anos |
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.
|
%!s(int64=11) %!d(string=hai) anos |
BlueWall
|
2841ed05cf
Merge branch 'master' of /home/opensim/var/repo/opensim
|
%!s(int64=11) %!d(string=hai) anos |
BlueWall
|
1776986dc3
Add additional return status
|
%!s(int64=11) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
3eee991935
Explicitly stop PollServiceRequestManager() rather than relying on its destructor.
|
%!s(int64=11) %!d(string=hai) anos |
BlueWall
|
ca3e0d67d2
Add Json-Rpc 2.0 To Registered Handlers
|
%!s(int64=11) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
fdf8876e20
In BaseHttpServer.HandleRequest(), use Culture.SetCurrentCulture() rather than creating a new CultureInfo separately
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
065d6d6fe1
Delete unused BaseHttpServer.HandleAgentRequest()
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
dc5711ad62
minor: If logging full incoming HTTP data, don't deceptively print ... at the end of the body.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
2206132ab9
minor: Get content type handler logger to log "unset" for the content type instead of blank if no content type was set.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
542d075376
minor: Use LogIncomingToContentTypeHandler() method for incoming HTTP data where this wasn't already used.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
991151250d
If we're avoiding printing a long request warning for a GetTexture CAP call, check we received a request handler first since this is not guaranteed.
|
%!s(int64=12) %!d(string=hai) anos |
Melanie
|
060d6fe8f4
Allow setting max connections for an endpoint
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
f457952755
Fix bug where debug http level 6 could not be specified. Also converts newlines at this level to '\n' to enable them to be logged.
|
%!s(int64=12) %!d(string=hai) anos |
Diva Canto
|
772aedc731
Make BaseHttpServer throws say something useful.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
1b0abf8f0c
Comment out the long unused afaik HTTP agent handlers.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
e29d563557
Add request number counting to incoming HTTP requests in the same way that this was already being done for outgoing HTTP requests.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
a5b3989e5d
Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the request took.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
387a1bb283
Add ability to turn on/off logging of outgoing HTTP requests flowing through WebUtil.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
7df7b86ec5
Fix bug in logging sample input at debug http level 4.
|
%!s(int64=12) %!d(string=hai) anos |
Justin Clark-Casey (justincc)
|
25111e703f
Add levels 4 and 5 to "debug http" console command that will log a sample of incoming request data and the entire incoming data respectively.
|
%!s(int64=12) %!d(string=hai) anos |