diff proxy_upgrade.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 fc6b8270469c
line wrap: on
line diff
--- a/proxy_upgrade.t
+++ b/proxy_upgrade.t
@@ -256,7 +256,7 @@ sub upgrade_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)");