comparison proxy_websocket.t @ 589:a9569f57da98

Tests: whitespaces fix.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 25 May 2015 18:42:34 +0300
parents b86c05516e65
children 6bb1f2ccd386
comparison
equal deleted inserted replaced
588:53b7c3c33a79 589:a9569f57da98
216 ) 216 )
217 or die "Can't create listening socket: $!\n"; 217 or die "Can't create listening socket: $!\n";
218 218
219 while (my $client = $server->accept()) { 219 while (my $client = $server->accept()) {
220 websocket_handle_client($client); 220 websocket_handle_client($client);
221 } 221 }
222 } 222 }
223 223
224 sub websocket_handle_client { 224 sub websocket_handle_client {
225 my ($client) = @_; 225 my ($client) = @_;
226 226