comparison stream_proxy_ssl.t @ 733:3b25ee897439

Tests: removed stream_proxy_ssl.t TODO, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 07 Oct 2015 18:56:09 +0300
parents 984bfe661cce
children 122cd3a82367
comparison
equal deleted inserted replaced
732:984bfe661cce 733:3b25ee897439
106 106
107 my $s = http('', start => 1); 107 my $s = http('', start => 1);
108 108
109 sleep 2; 109 sleep 2;
110 110
111 my $r = http_get('/', socket => $s); 111 like(http_get('/', socket => $s), qr/200 OK/, 'proxy connect timeout');
112
113 TODO: {
114 todo_skip 'not yet', 1 unless $r;
115
116 like($r, qr/200 OK/, 'proxy connect timeout');
117
118 }
119 112
120 ############################################################################### 113 ###############################################################################
121 114
122 sub getconn { 115 sub getconn {
123 my $peer = shift; 116 my $peer = shift;