php-src/sapi
Christoph M. Becker d1ccb5bd0c
Fix #81305: Built-in Webserver Drops Requests With "Upgrade" Header
While our HTTP parser supports upgrade requests, the code using it does
not.  Since upgrade requests are only valid for HTTP/1.1 and we neither
support any higher version, nor HTTPS yet, we do not exit early in case
of such requests, i.e. we ignore them, what is allowed by the specs.

We keep the supporting code in case we can meaningfully support upgrade
requests in the future.

Closes GH-7316.
2021-07-29 13:16:15 +02:00
..
apache2handler Merge branch 'PHP-7.3' into PHP-7.4 2020-06-24 14:43:02 +02:00
cgi Fix #80849: HTTP Status header truncation 2021-07-15 19:10:53 +02:00
cli Fix #81305: Built-in Webserver Drops Requests With "Upgrade" Header 2021-07-29 13:16:15 +02:00
embed Merge branch 'PHP-7.3' into PHP-7.4 2019-06-04 16:14:26 +02:00
fpm Fix #80849: HTTP Status header truncation 2021-07-15 19:10:53 +02:00
litespeed LiteSpeed SAPI v7.9: Process manager keeps forked child process alive for longer time based on load. Reduces PM overhead for busy setup. 2021-03-05 10:46:12 -05:00
phpdbg PHPDBG: fix bug parsing 3-word opcodes 2021-04-22 10:11:26 +02:00