aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/SynchronousRestObjectRequester.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix an issue where the SynchronousRestObjectRequester will fail if a ↵Tom Grimshaw2010-07-101-1/+1
| | | | webserver does not report a content length (-1), but the content is still valid
* Correct positioning of timeout modifier in the SynchronousRestObjectRequesterTom Grimshaw2010-07-041-1/+1
|
* Implement a timeout value in the SynchronousRestObjectRequester. Default is ↵Tom Grimshaw2010-07-031-1/+16
| | | | 100 seconds.
* Closing another stream.Diva Canto2009-10-021-4/+19
|
* Added a more sane InventoryServerMoveItemsHandler. Changed ↵Diva Canto2009-08-211-1/+1
| | | | SynchronousRestObjectRequester so that it also understands PUTs.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Bug fix on POST asset so that the new asset service connector can talk to ↵diva2009-05-151-2/+5
| | | | the old asset server.
* Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker2009-05-101-1/+10
| | | | | | use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
* Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2009-05-101-0/+95
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache