aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-04Leaving the MemoryStreams unclosed.Diva Canto1-1/+2
2009-10-03Slightly better message with status code for WebException.Diva Canto1-1/+1
2009-10-03Close was being called to early on the Memory stream.Diva Canto1-1/+3
2009-10-03MOre streams closed. Corrected word in GridCommon.ini.exampleDiva Canto1-0/+1
2009-10-02Close streams in MakeRequest.Diva Canto1-6/+20
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-06-05* Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey1-10/+50
* Issue was that region server was silently dropping an XmlException caused by trying to deserialize the blank asset service response * So make asset service return http status NOT FOUND rather than OK in accordance with REST * and interpret this correctly in the async response so that a null object is sent back * This means that this fix won't be active until both region simulator and server reach this revision
2009-06-05* Add oar saving timeoutJustin Clarke Casey1-1/+9
* If an oar save fails to get responses to all asset requests to the asset service then timeout after 60 seconds * Timeout executes abort, since missing assets in an OAR seems bad * This means that oar saves won't permanently hang and instead can be retried if something goes wrong with the asset service * This is not a solution to mantis 3714. Hopefully a fix will be along shortly since I can now consistently reproduce that problem
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-10Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker1-19/+50
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
2009-05-09Make remote assets work through the new server systemMelanie Thielker1-17/+29
2009-05-04Committing the changed treeMelanie Thielker1-0/+83