History log of /PHP-8.2/ext/standard/tests/http/bug80838.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 5787f91c 05-Mar-2021 manuel

Fix #80838: HTTP wrapper waits for HTTP 1 response after HTTP 101

Don't wait for further responses after a HTTP 101 (Switching Protocols) response

Closes GH-6730.