Skip to content

Commit c0fa34e

Browse files
committed
test: remove test for 'keep-alive'
Only applicable to HTTP/1.1.
1 parent b931bfa commit c0fa34e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/CodeoriginTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'content-type' => 'application/javascript; charset=utf-8',
3232
'content-length' => '263268',
3333
'last-modified' => 'Fri, 18 Oct 1991 12:00:00 GMT',
34-
'connection' => 'keep-alive',
3534
'vary' => 'Accept-Encoding',
3635
'etag' => '"28feccc0-40464"',
3736
'cache-control' => 'max-age=315360000, public',
@@ -45,7 +44,6 @@
4544
'content-type' => 'text/css',
4645
'content-length' => '7456',
4746
'last-modified' => 'Fri, 18 Oct 1991 12:00:00 GMT',
48-
'connection' => 'keep-alive',
4947
'vary' => 'Accept-Encoding',
5048
'etag' => '"28feccc0-1d20"',
5149
'cache-control' => 'max-age=315360000, public',
@@ -59,7 +57,6 @@
5957
'content-type' => 'image/png',
6058
'content-length' => '4369',
6159
'last-modified' => 'Fri, 18 Oct 1991 12:00:00 GMT',
62-
'connection' => 'keep-alive',
6360
'etag' => '"28feccc0-1111"',
6461
'cache-control' => 'max-age=315360000, public',
6562
'access-control-allow-origin' => '*',
@@ -72,7 +69,6 @@
7269
'content-type' => 'application/octet-stream',
7370
'content-length' => '126081',
7471
'last-modified' => 'Fri, 18 Oct 1991 12:00:00 GMT',
75-
'connection' => 'keep-alive',
7672
'etag' => '"28feccc0-1ec81"',
7773
'cache-control' => 'max-age=315360000, public',
7874
'access-control-allow-origin' => '*',
@@ -89,7 +85,6 @@
8985
'content-type' => 'application/javascript; charset=utf-8',
9086
'content-length' => '263268',
9187
'last-modified' => 'Fri, 18 Oct 1991 12:00:00 GMT',
92-
'connection' => 'keep-alive',
9388
'vary' => 'Accept-Encoding',
9489
'etag' => '"28feccc0-40464"',
9590
'cache-control' => 'max-age=315360000, public',

0 commit comments

Comments
 (0)