diff proxy.t @ 64:726c3c2a8b8c

Tests: don't set worker_connections explicitly.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Jan 2009 17:02:57 +0300
parents d68b85def521
children 6e5884419e4a
line wrap: on
line diff
--- a/proxy.t
+++ b/proxy.t
@@ -29,7 +29,6 @@ master_process off;
 daemon         off;
 
 events {
-    worker_connections  1024;
 }
 
 http {