Skip to content

jjiang-stripe/caddy-slow-gzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

git clone git@github.com:jjiang-stripe/caddy-slow-gzip.git
cd caddy-slow-gzip
caddy run
go run server/server.go
go run client/client.go

When the minimum_length in the gzip config of the Caddyfile is set to 600 (or when the gzip module is removed entirely), responses are read by the client as the server writes them.

When the minimum_length is set to 512, the client doesn't read the response until the server finishes writing the full response.

About

repro for caddy + gzip slowness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages