diff options
author | wppd <[email protected]> | 2019-12-25 10:31:10 +0800 |
---|---|---|
committer | wppd <[email protected]> | 2019-12-25 10:31:10 +0800 |
commit | 081c3708f242a491ddef9733f95f35e70f50c3e7 (patch) | |
tree | e362a8f93f820c95fae91ee7d5f080c870ec83cd /service/static | |
parent | 75a817edcff22e721dcc3a7fa5590b866f630403 (diff) |
add gzip handler
Diffstat (limited to 'service/static')
-rw-r--r-- | service/static/service_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 } } }`})) |