Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-07-04 | Revert "WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT." | Diva Canto | 1 | -4/+0 | |
This reverts commit c95a23863ab51810ccc01afd3dd641c18a183305. | |||||
2013-07-04 | WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT. | Diva Canto | 1 | -0/+4 | |
2013-06-29 | Changed HG status notifications timeout down to 15secs from the default 100. | Diva Canto | 1 | -1/+9 | |
2013-06-12 | Implement logging of first 80 characters (debug level 5) or full body data ↵ | Justin Clark-Casey (justincc) | 1 | -2/+52 | |
(debug level 6) on outgoing requests, depending on debug level This is set via "debug http out <level>" This matches the existing debug level behaviours for logging incoming http data | |||||
2013-02-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various ↵ | Justin Clark-Casey (justincc) | 1 | -30/+31 | |
places where we were not already. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -65/+16 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-10-05 | make sure a buffer is closed, and changed a misleading log msg | UbitUmarov | 1 | -8/+20 | |
2012-09-30 | Allow setting connection limits, part 2 | Melanie | 1 | -1/+26 | |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -5/+0 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef. | |||||
2012-09-30 | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -0/+5 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html | |||||
2012-09-21 | minor: Make slow outgoing request log messages consistent with other log ↵ | Justin Clark-Casey (justincc) | 1 | -7/+7 | |
messages | |||||
2012-09-21 | Add request number counting to incoming HTTP requests in the same way that ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
this was already being done for outgoing HTTP requests. This allows us to associate debug logging messages with the right request. It also allows us to put a request number on 'long request' logging even if other debug logging is not enabled, which gives us some idea of whether every request is suffering this problem or only some. This is a separate internal number not associated with any incoming number in the opensim-request-id header, this will be clarified when logging of this incoming request number is re-enabled. This commit also adds port number to HTTP IN logging to allow us to distinguish between different request numbers on different ports. | |||||
2012-09-20 | Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the ↵ | Justin Clark-Casey (justincc) | 1 | -0/+24 | |
request took. This is only printed if debug http level >= 4 and the request didn't take more than the time considered 'long', in which case the existing log message is printed. This displaces the previous log levels 4 and 5 which are now 5 and 6 respectively. | |||||
2012-09-20 | Add ability to turn on/off logging of outgoing HTTP requests flowing through ↵ | Justin Clark-Casey (justincc) | 1 | -8/+33 | |
WebUtil. This is for debugging purposes. This is controlled via the "debug http" command which can already log incoming requests. This now gains a mandatory parameter of in, out or all to control what is logged. Log messages are also shortened and labelled and HTTP IN or HTTP OUT to be consistent with existing UDP PACKET IN and PACKET OUT messages. | |||||
2012-09-14 | Allow setting connection limits, part 2 | Melanie | 1 | -0/+20 | |
2012-05-04 | Change LongCallTime on WebUtil to 3000, to match the time where request ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
handling is considered "slow". This may be the wrong thing to do but stops lots of log spam in HG setups now that the monitoring is extended to other outgoing calls. LongCallTime may need to be made configurable. | |||||
2012-05-04 | Extend 'slow' request logging to other server outbound requests (forms, ↵ | Justin Clark-Casey (justincc) | 1 | -79/+194 | |
rest, async rest) as well as the existing logging on outbound OSD requests. Also prints out the first 100 chars of any slow request data since this can contain useful info (such as agent ID). | |||||
2012-04-26 | Add request verb and url to error messages in WebUtil that lack this. | Justin Clark-Casey (justincc) | 1 | -17/+38 | |
Make exception printing consistent across windows and mono. | |||||
2012-03-12 | Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream(). | Robert Adams | 1 | -1/+6 | |
.NET 4.0 added the method Stream.CopyTo(stream, bufferSize). For .NET 3.5 and before, WebUtil defined an extension method for Stream with the signature Stream.CopyTo(stream, maxBytesToCopy). The meaning of the second parameter is different in the two forms and depending on which compiler and/or runtime you use, you could get one form or the other. Crashes ensue. This change renames the WebUtil stream copy method to something that cannot be confused with the new CopyTo method defined in .NET 4.0. | |||||
2012-03-09 | Serialize all web requests to a particular host:port pair; only applied to ↵ | Mic Bowman | 1 | -0/+41 | |
the PostToService variants. | |||||
2012-02-27 | Some clean up in WebUtil, remove unused ServiceRequest function. | Mic Bowman | 1 | -71/+7 | |
2011-11-25 | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2011-11-19 | Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
57956c4b-ff2e-4fc1-9995-613c6256cc98>: Invalid character 'O' in input string messages These are just the result of an attempt to canonicalize received messages - it's not important that we constantly log them. Also finally get the deregister grid service message working properly | |||||
2011-10-25 | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵ | Justin Clark-Casey (justincc) | 1 | -31/+29 | |
of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo) | |||||
2011-07-13 | minor: remove whitespace | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
2011-07-13 | Remove an unused 404 checker since on a 404, GetResponse() throws a ↵ | Justin Clark-Casey (justincc) | 1 | -3/+0 | |
WebException rather than proceeding. | |||||
2011-07-13 | if a SynchronousRestObjectRequester request fails, then unless it's due to a ↵ | Justin Clark-Casey (justincc) | 1 | -0/+11 | |
404, log the exception for diagnostic purposes This is instead of logging "Invalid XML" for all failures, even if they weren't a result of invalid xml. A default TReponse is returned in the event of a 404, which is the same behaviour as previously. | |||||
2011-07-13 | Remove the obsoleted SynchronousRestObjectPoster | Justin Clark-Casey (justincc) | 1 | -9/+0 | |
2011-07-10 | Dammit, loggin the type of an exception without providing the FULL DUMP is NOT | Melanie | 1 | -0/+1 | |
going to help squash bugs! | |||||
2011-05-14 | Changed yet more Warns to Debugs. | Diva Canto | 1 | -4/+4 | |
2011-05-14 | Also changed a couple of messages in WebUtil from Wanr/Info to Debug. | Diva Canto | 1 | -2/+2 | |
2011-05-14 | Stop spamming Nebadon's console when assets aren't found in the asset server. | Diva Canto | 1 | -1/+4 | |
2011-05-12 | Hopefully this fixes offline messages. The problem was: the server is not ↵ | Diva Canto | 1 | -7/+2 | |
setting the ContentLength of the response. That comes up to OpenSim as ContentLength=-1, which made the existing test fail. | |||||
2011-05-12 | One more thing printed out. #OfflineIM | Diva Canto | 1 | -4/+1 | |
2011-05-12 | Instrument the heck out of offline messages. THIS IS VERY VERBOSE. | Diva Canto | 1 | -0/+16 | |
2011-05-12 | One more debug message for offline IMs. | Diva Canto | 1 | -1/+2 | |
2011-05-12 | Sequencing the using and try clauses as they were before, but this shows ↵ | Diva Canto | 1 | -7/+7 | |
that that obsolete function is not catching 404's as it should... | |||||
2011-05-12 | Bummer, can't print the data I wanted to see. Printing just the context. | Diva Canto | 1 | -9/+1 | |
2011-05-12 | Tracking a problem with offline IMs coming in as null list. | Diva Canto | 1 | -6/+19 | |
2011-05-11 | This makes compression of fatpacks actually work. Previously they always ↵ | Diva Canto | 1 | -7/+7 | |
failed. See comment in WebUtil. | |||||
2011-05-08 | Fix content-type to be application/x-www-form-urlencoded | Diva Canto | 1 | -1/+1 | |
2011-05-08 | Also compress the actual fatpacks | Melanie | 1 | -0/+5 | |
2011-05-08 | Also compress the actual fatpacks | Melanie | 1 | -0/+5 | |
2011-05-08 | Enable compressed (gzip) fatpack transfers. | Melanie | 1 | -8/+35 | |
2011-05-08 | Enable compressed (gzip) fatpack transfers. | Melanie | 1 | -8/+35 | |
2011-05-02 | Turns out that it's a bad idea to let Agent position updates linger for a ↵ | Diva Canto | 1 | -9/+9 | |
long time on certain versions of mono. It's better to abort them if they take too long. So timeout is now an argument. Currently: 20secs for CreateAgent, 100secs for UpdateAgent (fat), 10 secs for UpdateAgent (Position); all of these divided by 4, for ReadWrite, as Mic had before. | |||||
2011-04-30 | Increased Timeout to 30 secs. | Diva Canto | 1 | -3/+3 | |
2011-04-30 | Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because ↵ | Diva Canto | 1 | -12/+3 | |
it was _way_ too low and is probably making writes abort in the middle. | |||||
2011-04-30 | XXX DEBUGGING! | Diva Canto | 1 | -1/+10 | |
2011-04-16 | More descriptive debug msg for ServiceOSDRequest failures. | Dan Lake | 1 | -2/+2 | |