ncr / rack-proxy

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

Properly handle If-None-Match #1

Closed mcolyer closed 13 years ago

mcolyer commented 13 years ago

So I was attempting to proxy the If-None-Match header and the current version doesn't appropriately recreate the header from the Rack environment. This is my attempt to fix that.

ncr commented 13 years ago

Thanks a lot! Applying right away.

ncr commented 13 years ago

Also bumped version to 0.3.4 and released new gem.