Историја ревизија

Аутор SHA1 Порука Датум
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup пре 7 година
  UbitUmarov b3eda582ec add to SynchronousRestFormsRequester a keepalive disable option, and make use of it on some friends conns пре 7 година
  UbitUmarov 35b37510fc explicitly remove some references, and other useless changes пре 7 година
  UbitUmarov 52a5688b6e minor: fix a log timing information пре 8 година
  Diva Canto 1aa0234408 Trying to make http requests less slow, according to http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow пре 8 година
  UbitUmarov b93412972e revert SynchronousRestObjectRequester timeout to miliseconds, and fix where it was wrong set in seconds пре 8 година
  UbitUmarov cdaed11387 at last we can login and see objects ( friends is dead and disable in пре 8 година
  UbitUmarov a11edceb00 seems to compile ( tests comented out) пре 8 година
  UbitUmarov 371c9dd2af bad merge? пре 8 година
  UbitUmarov 377a8072dc remove last debug msg пре 9 година
  UbitUmarov f2ea426453 debug msg пре 9 година
  UbitUmarov c643ff4cba fix some errors when using http debug level > 4 пре 9 година
  UbitUmarov ff518e7cbb make webutilmore verbose on PUT for avatar updates. Reduce LargeTime debug пре 10 година
  Oren Hurvitz 6b57b61836 Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs the entire request and response) пре 10 година
  Oren Hurvitz 99ac770abb Close streams immediately when we finish using them пре 10 година
  Diva Canto 20f20895cf Adds optional HTTP Basic Authentication to Robust service connectors. пре 10 година
  Justin Clark-Casey (justincc) 4569c595bf Fix behaviour change in recent commit bbc1dc6 so that SynchronousRestObjectRequester.MakeRequest() calls with no timeout specified use the default HttpWebRequest timeout as previously. пре 10 година
  Justin Clark-Casey (justincc) bbc1dc6bce Replace existing 0 timeout in internal overloaded SynchronousRestObjectRequester.MakeRequest() methods with proper Timeout.Infinite (-1) instead. пре 10 година
  Justin Clark-Casey (justincc) 7db4336f1c minor: Add method doc to SynchronousRestObjectRequester.MakeRequest() methods пре 10 година
  Justin Clark-Casey (justincc) faf9ba53fc In SynchronousRestObjectRequester.MakeRequest<TRequest, TResponse>(string verb, string requestUrl, TRequest obj, int pTimeout, int maxConnections) actually set timeout on WebRequest if given. пре 10 година
  Oren Hurvitz 88f7a833dc Improved HTTP logging пре 10 година
  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 година
  Oren Hurvitz d15a3b10a3 When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6". пре 10 година
  Oren Hurvitz bbfda8e19e Fixed last-resort sending of error response (HTTP 500) when an error occurs while handling a request. пре 10 година
  Oren Hurvitz 161c827a44 Fixed a case where logging an HTTP response failed because the stream was non-seekable пре 10 година
  Oren Hurvitz 76add0fdb0 Log errors in MakeRequest() as INFO, not ERROR. Some communications problems are benign (e.g., can't send Friend status update to a region that is down), so don't log them as ERROR so soon. We rethrow the exception, so the caller can still decide to log the error as an ERROR. пре 10 година
  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 година
  Oren Hurvitz b1d8aa0b64 Use the "Content-Encoding" header to indicate gzipped streams пре 10 година
  Oren Hurvitz f90aee696a Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previously many exceptions were ignored) пре 10 година
  Oren Hurvitz f901a38204 Improved logging of HTTP requests пре 10 година