diff proxy_websocket.t @ 343:e7dc8f4d0a4b

Tests: whitespace and spelling fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 26 Sep 2013 12:51:21 +0400
parents a9621dbbd0d4
children b86c05516e65
line wrap: on
line diff
--- a/proxy_websocket.t
+++ b/proxy_websocket.t
@@ -239,7 +239,7 @@ sub websocket_handle_client {
 	log2c("(new connection $client)");
 
 	while (1) {
-        	$poll->mask($client => ($buffer ? POLLIN|POLLOUT : POLLIN));
+		$poll->mask($client => ($buffer ? POLLIN|POLLOUT : POLLIN));
 		my $p = $poll->poll(0.5);
 		log2c("(poll $p)");