I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  • zzz's avatar
    706ee243
    Streaming read timeout fixes: · 706ee243
    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
    706ee243
    History
    Streaming read timeout fixes:
    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
To find the state of this project's repository at the time of any of these versions, check out the tags.