From 081c3708f242a491ddef9733f95f35e70f50c3e7 Mon Sep 17 00:00:00 2001 From: wppd Date: Wed, 25 Dec 2019 10:31:10 +0800 Subject: add gzip handler --- service/static/service_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/static/service_test.go') diff --git a/service/static/service_test.go b/service/static/service_test.go index 309804cc..4205650d 100644 --- a/service/static/service_test.go +++ b/service/static/service_test.go @@ -77,9 +77,9 @@ func Test_Files(t *testing.T) { "command": "php ../../tests/http/client.php pid pipes", "relay": "pipes", "pool": { - "numWorkers": 1, + "numWorkers": 1, "allocateTimeout": 10000000, - "destroyTimeout": 10000000 + "destroyTimeout": 10000000 } } }`})) -- cgit v1.2.3