jarcoal / httpmock

HTTP mocking for Golang
http://godoc.org/github.com/jarcoal/httpmock
MIT License
1.93k stars 103 forks source link

Not setting content length header. #21

Closed bweston92 closed 7 years ago

bweston92 commented 8 years ago

Would be nice if content length header was set in response by default.

dlebech commented 7 years ago

This will be fixed in #20

bweston92 commented 7 years ago

Thanks, will close for now.