Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Jul 26, 2023
1 parent 2820b69 commit dd8dc6d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/swoole_http_server/bug_5107.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ $pm = new ProcessManager;
$pm->initRandomData(1);
$pm->parentFunc = function () use ($pm) {
Co\run(function () use ($pm) {

// without special content-length
$headers = httpGetHeaders(
"http://127.0.0.1:{$pm->getFreePort()}?encoding=1",
[
'headers' => ['Accept-Encoding' => 'gzip, br'],
]
);
$headers = httpGetHeaders("http://127.0.0.1:{$pm->getFreePort()}");
var_dump($headers);
});

Expand Down

0 comments on commit dd8dc6d

Please sign in to comment.