lox / httpcache

An RFC7234 compliant golang http.Handler for caching HTTP responses
MIT License
264 stars 28 forks source link

USE_OUTREQ Actually use outreq for the new request #28

Closed hauva69 closed 8 years ago

hauva69 commented 8 years ago

Validate function copies request to outreq, but outreq is never actually used.