sourcegraph / go-selenium

Selenium WebDriver client for Go
https://sourcegraph.com/github.com/sourcegraph/go-selenium
Other
367 stars 73 forks source link

Close the response body #35

Closed folbricht closed 7 years ago

folbricht commented 7 years ago

It's the callers' responsibility to close the response body. It's needed to use keep-alive for example

sqs commented 7 years ago

Thanks!