comparison proxy-noclose.t @ 22:5e65db715827

Tests: fix length to match content in proxy-noclose.t.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 29 Sep 2008 01:47:02 +0400
parents a2144333aa8f
children e6b7c3b5389c
comparison
equal deleted inserted replaced
21:a2144333aa8f 22:5e65db715827
92 last if (/^\x0d?\x0a?$/); 92 last if (/^\x0d?\x0a?$/);
93 } 93 }
94 94
95 print $client <<'EOF'; 95 print $client <<'EOF';
96 HTTP/1.1 200 OK 96 HTTP/1.1 200 OK
97 Content-Length: 23 97 Content-Length: 24
98 Connection: close 98 Connection: close
99 99
100 TEST-OK-IF-YOU-SEE-THIS 100 TEST-OK-IF-YOU-SEE-THIS
101 EOF 101 EOF
102 sleep 2; 102 sleep 2;