]> granicus.if.org Git - php/commit
Fix bug 60471 by correctly identifying unused speculative preconnections
authorSammy Kaye Powers <sammyk@sammykmedia.com>
Wed, 29 Mar 2017 14:27:18 +0000 (09:27 -0500)
committerAnatol Belski <ab@php.net>
Tue, 14 Nov 2017 19:00:45 +0000 (20:00 +0100)
commit3bc5c9f118d994dbeabd5b2ab3ae025c960a0c65
treeeed758fe1ab0bdc3b4c94846577d4b5fb38c6177
parentdf615f47bddfc4c2edb78f74e6935f013c1512f2
Fix bug 60471 by correctly identifying unused speculative preconnections

* Correctly identify unused speculative preconnections from browsers
  like Chrome and Firefox
* Add a new message to the debug level that is emitted when a TCP
  connection is closed without sending any request (a preconnection)
* Fix an issue where the existing debug messages were not being
  displayed even when debug mode was enabled
sapi/cli/php_cli_server.c
sapi/cli/php_http_parser.c
sapi/cli/php_http_parser.h