go-httpbin
go-httpbin copied to clipboard
HEAD Content-Length
go-httpbin does not return Content-Length in some cases. Follow on to #9.
I suspect that go can automatically generate Content-Length for small responses, but we must buffer larger ones in-memory to generate the lengths.