5d3f6e199a
Go 1.4.3 was a security release that also created a strange edge-case that caused connections to not be kept alive and reused when Close() is called on the Body of the request. Close() hasn't been required on the Body of a request for some time, so there is no harm is not calling it anymore. |
||
---|---|---|
.. | ||
config.go | ||
config_test.go | ||
handler.go | ||
handler_test.go | ||
response_logger.go | ||
service.go |