ahmetb / go-httpbin

http://httpbin.org endpoints for your Go tests
https://godoc.org/github.com/ahmetalpbalkan/go-httpbin
Apache License 2.0
124 stars 26 forks source link

HEAD Content-Length #15

Open gaul opened 7 years ago

gaul commented 7 years ago

go-httpbin does not return Content-Length in some cases. Follow on to #9.

gaul commented 7 years ago

I suspect that go can automatically generate Content-Length for small responses, but we must buffer larger ones in-memory to generate the lengths.