Connection reuse sometimes corrupts status line
Bug #1969670 reported by
Kellen Renshaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Observed very infrequent errors (404s squashed to 200s, 201s squashed to 200s) when connection reuse was enabled in mod_proxy_http on Ubuntu Focal.
The squashing occurs because the corrupted status line is read as a HTTP/0.9 response by mod_proxy_http, which has only the 200 return code.