Melanie
|
9688db2f68
Enable compressed (gzip) fatpack transfers.
|
vor 13 Jahren |
Melanie
|
763666e2d6
Enable compressed (gzip) fatpack transfers.
|
vor 13 Jahren |
Melanie
|
af55eda16b
Merge branch 'master' into careminster-presence-refactor
|
vor 13 Jahren |
Diva Canto
|
8cc547c277
Turns out that it's a bad idea to let Agent position updates linger for a 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.
|
vor 13 Jahren |
Diva Canto
|
d4323dd753
Increased Timeout to 30 secs.
|
vor 13 Jahren |
Diva Canto
|
91a604d4b6
Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because it was _way_ too low and is probably making writes abort in the middle.
|
vor 13 Jahren |
Diva Canto
|
56df746133
XXX DEBUGGING!
|
vor 13 Jahren |
Melanie
|
474910c9d6
Merge branch 'master' into careminster-presence-refactor
|
vor 13 Jahren |
Dan Lake
|
70084c5e3a
More descriptive debug msg for ServiceOSDRequest failures.
|
vor 13 Jahren |
Diva Canto
|
7592a033df
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
|
vor 13 Jahren |
Melanie
|
83c78029e3
Make the login service's call to the sim time out quicker so we have a
|
vor 13 Jahren |
Melanie
|
ccd6e5d071
Merge branch 'master' into careminster-presence-refactor
|
vor 13 Jahren |
Marck
|
19d3792278
Fix and simplify QBasedComparer.
|
vor 13 Jahren |
Melanie
|
4a56038d11
Change the timeout on WebUtil to 20s to help make more tps succeed
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
a42faca5b9
With mic's permission, adjust long call time info messages to 500ms from 200ms
|
vor 14 Jahren |
Mic Bowman
|
984a9b4085
Added more performance checks to the HTTP server. Each request
|
vor 14 Jahren |
Mic Bowman
|
e0da281e3d
Cleaned up debugging messages in the WebRequest handlers
|
vor 14 Jahren |
Mic Bowman
|
df5e4a1e5b
Standardize the way WebRequests are made in the SimulationServiceConnector. Added
|
vor 14 Jahren |
Diva Canto
|
1070cffcf9
Added ability for GetTexture to serve multiple formats. The format may come as an extra query parameter in the URL format=<format> (this was tested and working) or it may come in the Accept header (code added, but not tested). The result of the conversion is placed in the asset cache, under the name <uuid>-<format>.
|
vor 14 Jahren |
John Hurliman
|
550c3572a1
* Tweaked WebUtil.PostToService() to help debug an object disposed exception
|
vor 14 Jahren |
John Hurliman
|
6848465ae2
* SimianAssetServiceConnector Delete() was expecting the wrong type of response, reporting false errors
|
vor 14 Jahren |
John Hurliman
|
67990ea7e4
* Better error logging for failed SimianGrid web service calls
|
vor 14 Jahren |
John Hurliman
|
5a2315c68c
* Fixed a bug with null value handling in WebUtil.BuildQueryString()
|
vor 14 Jahren |
Jeff Ames
|
f58a0394ed
Formatting cleanup. Add copyright notices.
|
vor 14 Jahren |
John Hurliman
|
61a63ff851
* Added three new helper utility files to OpenSim.Framework. MultipartForm is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams
|
vor 14 Jahren |