UbitUmarov
|
34fa6abc00
do not trust ms documentation about inner stream dispose
|
4 years ago |
UbitUmarov
|
fa0044fb6c
webutil remove some not that usefull timing logs, plust some cosmetics
|
4 years ago |
UbitUmarov
|
4c7107dfda
cosmetics
|
4 years ago |
UbitUmarov
|
beee52032e
current vivox server certs are invalid
|
4 years ago |
UbitUmarov
|
33a062612f
remove terraindata abstraction layer, since we only have heightmap type
|
6 years ago |
UbitUmarov
|
0daa4eff8a
minor cleanup
|
6 years ago |
UbitUmarov
|
5e1bf88875
test jenkins
|
6 years ago |
UbitUmarov
|
91247e0631
test
|
6 years ago |
UbitUmarov
|
9b87626cdb
mantis 8329: don't fail if response stream is Chunked encoded and http debuglevel >=5
|
6 years ago |
UbitUmarov
|
997a85568e
double request.ReadWriteTimeout
|
7 years ago |
UbitUmarov
|
70be8ba6de
make some web request errors visible, so cause of later asset not found is clear
|
7 years ago |
UbitUmarov
|
e5bebe3a32
webrequests serialiazation per endpoint its now ServicePointManager job
|
7 years ago |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
8 years ago |
UbitUmarov
|
b3eda582ec
add to SynchronousRestFormsRequester a keepalive disable option, and make use of it on some friends conns
|
8 years ago |
UbitUmarov
|
35b37510fc
explicitly remove some references, and other useless changes
|
8 years ago |
UbitUmarov
|
52a5688b6e
minor: fix a log timing information
|
9 years ago |
Diva Canto
|
1aa0234408
Trying to make http requests less slow, according to http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow
|
9 years ago |
UbitUmarov
|
b93412972e
revert SynchronousRestObjectRequester timeout to miliseconds, and fix where it was wrong set in seconds
|
9 years ago |
UbitUmarov
|
cdaed11387
at last we can login and see objects ( friends is dead and disable in
|
9 years ago |
UbitUmarov
|
a11edceb00
seems to compile ( tests comented out)
|
9 years ago |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 years ago |
UbitUmarov
|
377a8072dc
remove last debug msg
|
10 years ago |
UbitUmarov
|
f2ea426453
debug msg
|
10 years ago |
UbitUmarov
|
c643ff4cba
fix some errors when using http debug level > 4
|
10 years ago |
UbitUmarov
|
ff518e7cbb
make webutilmore verbose on PUT for avatar updates. Reduce LargeTime debug
|
10 years ago |
Oren Hurvitz
|
6b57b61836
Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs the entire request and response)
|
10 years ago |
Oren Hurvitz
|
99ac770abb
Close streams immediately when we finish using them
|
10 years ago |
Diva Canto
|
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
|
10 years ago |
Justin Clark-Casey (justincc)
|
4569c595bf
Fix behaviour change in recent commit bbc1dc6 so that SynchronousRestObjectRequester.MakeRequest() calls with no timeout specified use the default HttpWebRequest timeout as previously.
|
10 years ago |
Justin Clark-Casey (justincc)
|
bbc1dc6bce
Replace existing 0 timeout in internal overloaded SynchronousRestObjectRequester.MakeRequest() methods with proper Timeout.Infinite (-1) instead.
|
10 years ago |