Commit History

Author SHA1 Message Date
  Diva Canto e0a82a82de "reverting" the keep alive changes brought in from avination, to check if that's what's making osgrid fail. This is not really reverting, it's more manually resetting some places (not all) where keep alive is set. 8 years ago
  UbitUmarov e441c9cac1 dont let http keepalive and context reuse be true 8 years ago
  UbitUmarov a11edceb00 seems to compile ( tests comented out) 8 years ago
  UbitUmarov 371c9dd2af bad merge? 8 years ago
  UbitUmarov 05d72f77ff do keepalive on mesh and texture GET. Dont use reusecontext any where. 9 years ago
  Freaky Tech f68a1a2218 XML should not contain any BOM. Disabled BOM generation in BaseHttpServer 9 years ago
  UbitUmarov fd79f75ba6 TEST**** wingridproxy detection at grid login. Untested possible not 9 years ago
  Oren Hurvitz 99ac770abb Close streams immediately when we finish using them 10 years ago
  Oren Hurvitz 88f7a833dc Improved HTTP logging 10 years ago
  Oren Hurvitz bc06db3df4 - Created a standard function to send XML-RPC requests, which logs them like we do for other types of HTTP activity. 10 years ago
  Oren Hurvitz 2051535ce1 String matching in REST handlers: must allow '-' as a separator, because the "/map" handler uses it 10 years ago
  Oren Hurvitz aa217cf90f Better string matching when searching for REST handlers: must match an entire path component (ending with '/' or a similar character). 10 years ago
  Oren Hurvitz bbfda8e19e Fixed last-resort sending of error response (HTTP 500) when an error occurs while handling a request. 10 years ago
  Oren Hurvitz 6d1d58b654 Use the "X-Content-Encoding" header to indicate gzipped data, because old OpenSims fail if they get an unknown "Content-Encoding" 10 years ago
  Oren Hurvitz b1d8aa0b64 Use the "Content-Encoding" header to indicate gzipped streams 10 years ago
  Oren Hurvitz f90aee696a Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previously many exceptions were ignored) 10 years ago
  Oren Hurvitz f901a38204 Improved logging of HTTP requests 10 years ago
  Justin Clark-Casey (justincc) f3e177814a Add regression test for http inventory fetch. 10 years ago
  Melanie 3589acdab1 Merge branch 'master' into careminster 10 years ago
  Justin Clark-Casey (justincc) 7cab41f422 refactor: replace verbose checks with String.IsNullOrEmpty where applicable. 10 years ago
  teravus ece2d24077 * Fixes cases where Last Attachment Point gets overwritten with 0 when it shouldn't 10 years ago
  Melanie 75c68fa29e Merge branch 'master' into careminster 10 years ago
  Aleric Inglewood 7889e7757a Don't use 'Indented' formatting for RpcXml responses. 11 years ago
  Melanie a7eb1b5b85 Merge branch 'master' into careminster 11 years ago
  Melanie 7830cc9954 Merge branch 'master' into careminster 11 years ago
  Justin Clark-Casey (justincc) 1b7b664c86 Add request received/handling stats for caps which are served by http poll handlers. 11 years ago
  Diva Canto b2d4b8b1da BaseHttpServer: if the handler sets the content length, don't override it. This happens in HEAD handlers. 11 years ago
  Melanie f70357eaa3 Merge branch 'master' into careminster 11 years ago
  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" 11 years ago
  Justin Clark-Casey (justincc) 9501a583cb Make number of inbound http requests handled available as a httpserver.<port>.IncomingHTTPRequestsProcessed stat 11 years ago