comparison proxy_request_buffering_keepalive.t @ 1020:196d33c2bb45

Tests: removed TODO and try_run() checks for legacy versions. Also removed now unused spdy.t and shmem prerequisite.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 31 Aug 2016 18:21:07 +0300
parents 882267679006
children
comparison
equal deleted inserted replaced
1019:41139d6f8b7b 1020:196d33c2bb45
80 Host: localhost 80 Host: localhost
81 Content-Length: 10 81 Content-Length: 10
82 82
83 EOF 83 EOF
84 84
85 TODO: {
86 local $TODO = 'not yet' unless $t->has_version('1.9.10');
87
88 like(http_get('/t1'), qr/200 OK.*SEE/ms, 'keepalive after discarded'); 85 like(http_get('/t1'), qr/200 OK.*SEE/ms, 'keepalive after discarded');
89 86
90 }
91
92 ############################################################################### 87 ###############################################################################