nytimes / gziphandler

Go middleware to gzip HTTP responses
https://godoc.org/github.com/NYTimes/gziphandler
Apache License 2.0
868 stars 129 forks source link

Add Flush support #9

Closed bmizerany closed 8 years ago

bmizerany commented 8 years ago

This commit makes GzipResponseWriter an http.Flusher. This is useful for handlers producing streamed responses that need to periodically flush their bodies.

adammck commented 8 years ago

Excellent, thank you!

bmizerany commented 8 years ago

Anytime.

bmizerany commented 8 years ago

Thank you for merging.