Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream: don't cache unfinished responses.
Check if received data length match Content-Length header (if present), don't cache response if no match found. This prevents caching of corrupted response in case of premature connection close by upstream.
- Loading branch information