Test: /sapi/cli/tests/bug66830.phpt - Version 7.3.5        

Bug #66830 Empty header causes PHP built-in web server to hang
Submitted: 2014-03-05 22:38:58 Modified: 2014-07-06 02:25:45
From: jon.dufresne Assigned:
Status: Closed Package: Built-in web server
PHP Version: 5.5.9 OS: Fedora 20

There are 3 different diffs reported by users for this test.

Count Diff
1 (33%)
001+ PHP 7.3.5 Development Server started at Wed May 29 14:42:18 2019
1 (33%)
001+ PHP 7.3.5 Development Server started at Wed May 15 10:07:13 2019
1 (33%)
001+ HTTP/1.1 404 Not Found
001- HTTP/1.1 200 OK
005+ Content-Type: text/html; charset=UTF-8
006+ Content-Length: 533
005- X-Powered-By: %s
006- Content-type: text/html; charset=UTF-8
007+
008+ <!doctype html><html><head><title>404 Not Found</title><style>
009+ body { background-color: #fcfcfc; color: #333333; margin: 0; padding:0; }
010+ h1 { font-size: 1.5em; font-weight: normal; background-color: #9999cc; min-height:2em; line-height:2em; border-bottom: 1px inset black; margin: 0; }
011+ h1, p { padding-left: 10px; }
012+ code.url { background-color: #eeeeee; font-family:monospace; padding:0 2px;}
013+ </style>
014+ </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html>