- Apr 04, 2015
-
-
zzz authored
i2ptunnel: - Better timeout handling when reading headers in HTTP server (improved fix for ticket #723) Enforce total header timeout with new readLine() - Prep for returning specific HTTP errors to client on request timeout and header errors, instead of just closing socket... further work to be in i2p.i2p.zzz.test2 branch Streaming: - Fix read timeout on input stream - was waiting too long, often twice as long as timeout, or more Enforce total timeout even when notify()ed - Fix read() returning 0 on read timeout instead of -1 (possible fix for ticket #335) This prevents passing partial headers to server on timeout - Fix javadocs for read timeout to match current behavior - Fix StandardSocket SoTimeout to account for differences with I2PSocket readTimeout - log tweaks
-
zzz authored
caused by 03-31 checkin
-
zzz authored
and 'c9caed8c48615dc740061fd28315ee659e1afe20'
-
dev authored
-
dev authored
-
zzz authored
and 'fde331f6b10f0ef936a2aa0d68092df22348a581'
-
dev authored
-
dev authored
-
- Apr 03, 2015
- Apr 02, 2015
- Apr 01, 2015
- Mar 31, 2015
- Mar 29, 2015
- Mar 28, 2015
- Mar 25, 2015
-
-
zzz authored
with a Writer or getBytes("UTF-8") for efficiency and to avoid encoding issues. Store strings as strings, not bytes. Catch IOEs to prevent cascading error pages. Minor cleanups
-
- Mar 24, 2015
-
-
zzz authored
display new error page in HTTP client (ticket #643) javadocs
-
- Mar 23, 2015