Description
When responding to a known (but unhandled) scheme we assert in HttpTransact::check_response_validity
FATAL: HttpTransact.cc:5350: failed assert `s->next_hop_scheme == URL_WKSIDX_HTTP || s->next_hop_scheme == URL_WKSIDX_HTTPS`
This is due to an incorrect check in check_request_validity (that was supposed to catch and return an error on this condition)
Attachments
Issue Links
- is broken by
-
TS-2541 Add WebSocket support
- Closed