machinebox / graphql

Simple low-level GraphQL HTTP client for Go
https://blog.machinebox.io/a-graphql-client-library-for-go-5bffd0455878
Apache License 2.0
933 stars 218 forks source link

immediately close req body #23

Closed Melaninneal closed 5 years ago

Melaninneal commented 5 years ago

add the option to immediately close the req body in order for the req client to re usable with high number of conccurent request

https://stackoverflow.com/questions/17714494/golang-http-request-results-in-eof-errors-when-making-multiple-requests-successi