ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Apply read_timeout to non-streaming HTTP responses #49

Closed wija closed 9 years ago

wija commented 9 years ago

Currently, if read_timeout is set, it is only applied to streaming HTTP responses. This PR also applies it to regular HTTP responses.

ncr commented 9 years ago

Thank you Bill, I will make a release soon.