headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.48k stars 159 forks source link

Pass the timeout to the http client #107

Closed lxt2 closed 6 years ago

lxt2 commented 6 years ago

Somewhere in the past the timeout set by SetTimeout stopped being propagated to the http.Client.

This fixes it, similar to #106, but completely removes the now unneeded bow.timeout.