comparison stream_udp_stream.t @ 1372:4c0ea623343a

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 07 Sep 2018 16:12:09 +0300
parents d2ceb8c8ef8b
children 2fc21bdd6f0d
comparison
equal deleted inserted replaced
1371:ece25f998f0d 1372:4c0ea623343a
46 } 46 }
47 } 47 }
48 48
49 EOF 49 EOF
50 50
51
52 $t->run(); 51 $t->run();
53 52
54 ############################################################################### 53 ###############################################################################
55 54
56 my $s = dgram('127.0.0.1:' . port(8980)); 55 my $s = dgram('127.0.0.1:' . port(8980));
75 } 74 }
76 75
77 sleep 1; 76 sleep 1;
78 77
79 isnt($s->io('1'), $data, 'udp_stream new session'); 78 isnt($s->io('1'), $data, 'udp_stream new session');
79
80 ###############################################################################