comparison proxy_websocket.t @ 263:71bb2a896c7a

Tests: more Upgrade handling tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 18 Feb 2013 19:33:34 +0400
parents 6a0d934950bc
children ccebd3168b5b
comparison
equal deleted inserted replaced
262:d4d9bbe627a8 263:71bb2a896c7a
68 $t->run(); 68 $t->run();
69 69
70 ############################################################################### 70 ###############################################################################
71 71
72 TODO: { 72 TODO: {
73 local $TODO = 'not yet'; 73 local $TODO = 'not yet' unless $t->has_version('1.3.13');
74 74
75 # establish websocket connection 75 # establish websocket connection
76 76
77 my $s = websocket_connect(); 77 my $s = websocket_connect();
78 ok($s, "websocket handshake"); 78 ok($s, "websocket handshake");