comparison proxy_request_buffering_keepalive.t @ 810:a4f806eb4426

Tests: proxy_request_buffering_keepalive.t TODO adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 17 Dec 2015 17:18:07 +0300
parents 2f292082c8a0
children e9064d691790
comparison
equal deleted inserted replaced
809:ded6b7648d6e 810:a4f806eb4426
81 Content-Length: 10 81 Content-Length: 10
82 82
83 EOF 83 EOF
84 84
85 TODO: { 85 TODO: {
86 local $TODO = 'not yet'; 86 local $TODO = 'not yet' unless $t->has_version('1.9.10');
87 87
88 like(http_get('/t1'), qr/200 OK.*SEE/ms, 'keepalive after discarded'); 88 like(http_get('/t1'), qr/200 OK.*SEE/ms, 'keepalive after discarded');
89 89
90 } 90 }
91 91