UbitUmarov
|
fc4212bc81
mantis 8222
|
před 7 roky |
UbitUmarov
|
d1306c8976
a null ref check left behind on previus commits
|
před 7 roky |
UbitUmarov
|
604b966d84
some conditional dispose on http requests inputstream
|
před 7 roky |
UbitUmarov
|
d0912b6151
let StreamReader be in using statements
|
před 7 roky |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
před 7 roky |
UbitUmarov
|
0f4d54b8b2
put back the dangerous resp.ReuseContext = true option, that for some odd reason OSgrid nginx configuration seems to need
|
před 8 roky |
UbitUmarov
|
f636ef037a
http send is blocking, so we need we need to do it async in all cases. - this will need revision after server changes
|
před 8 roky |
Diva Canto
|
e0a82a82de
"reverting" the keep alive changes brought in from avination, to check if that's what's making osgrid fail. This is not really reverting, it's more manually resetting some places (not all) where keep alive is set.
|
před 8 roky |
UbitUmarov
|
e441c9cac1
dont let http keepalive and context reuse be true
|
před 9 roky |
UbitUmarov
|
a11edceb00
seems to compile ( tests comented out)
|
před 9 roky |
UbitUmarov
|
371c9dd2af
bad merge?
|
před 9 roky |
UbitUmarov
|
05d72f77ff
do keepalive on mesh and texture GET. Dont use reusecontext any where.
|
před 9 roky |
Freaky Tech
|
f68a1a2218
XML should not contain any BOM. Disabled BOM generation in BaseHttpServer
|
před 9 roky |
UbitUmarov
|
fd79f75ba6
TEST**** wingridproxy detection at grid login. Untested possible not
|
před 10 roky |
Oren Hurvitz
|
99ac770abb
Close streams immediately when we finish using them
|
před 10 roky |
Oren Hurvitz
|
88f7a833dc
Improved HTTP logging
|
před 10 roky |
Oren Hurvitz
|
bc06db3df4
- Created a standard function to send XML-RPC requests, which logs them like we do for other types of HTTP activity.
|
před 10 roky |
Oren Hurvitz
|
2051535ce1
String matching in REST handlers: must allow '-' as a separator, because the "/map" handler uses it
|
před 10 roky |
Oren Hurvitz
|
aa217cf90f
Better string matching when searching for REST handlers: must match an entire path component (ending with '/' or a similar character).
|
před 10 roky |
Oren Hurvitz
|
bbfda8e19e
Fixed last-resort sending of error response (HTTP 500) when an error occurs while handling a request.
|
před 10 roky |
Oren Hurvitz
|
6d1d58b654
Use the "X-Content-Encoding" header to indicate gzipped data, because old OpenSims fail if they get an unknown "Content-Encoding"
|
před 10 roky |
Oren Hurvitz
|
b1d8aa0b64
Use the "Content-Encoding" header to indicate gzipped streams
|
před 10 roky |
Oren Hurvitz
|
f90aee696a
Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previously many exceptions were ignored)
|
před 11 roky |
Oren Hurvitz
|
f901a38204
Improved logging of HTTP requests
|
před 11 roky |
Justin Clark-Casey (justincc)
|
f3e177814a
Add regression test for http inventory fetch.
|
před 10 roky |
Melanie
|
3589acdab1
Merge branch 'master' into careminster
|
před 11 roky |
Justin Clark-Casey (justincc)
|
7cab41f422
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
|
před 11 roky |
teravus
|
ece2d24077
* Fixes cases where Last Attachment Point gets overwritten with 0 when it shouldn't
|
před 11 roky |
Melanie
|
75c68fa29e
Merge branch 'master' into careminster
|
před 11 roky |
Aleric Inglewood
|
7889e7757a
Don't use 'Indented' formatting for RpcXml responses.
|
před 11 roky |