Ticket #535 (defect)
Opened 2 years ago
Last modified 2 years ago
Apache re-processes Range headers
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
Apache processes Range headers automatically; CherryPy's truncated output is then truncated again by Apache. See test_core.testRanges.
Change History
08/05/06 18:29:35: Modified by fumanchu
09/02/06 13:39:53: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Fixed in [1319] with a new "ignore_headers" Tool.


Not sure how to solve this except for a tool (or an option to tools.proxy?) that would delete incoming Range headers. :/