This is a bit different than how it works in node but I think it would make sense to not error if we have a socket timeout while the socket is paused due to back pressure? e.g. if the user is reading very slowly that is not an error with the request per se?
Not sure how this would interact with pipelining.
As an alternative I would like to be able to override socketTimeout on a per request basis.
Thoughts?
This is a bit different than how it works in node but I think it would make sense to not error if we have a socket timeout while the socket is paused due to back pressure? e.g. if the user is reading very slowly that is not an error with the request per se?
Not sure how this would interact with pipelining.
As an alternative I would like to be able to override socketTimeout on a per request basis.
Thoughts?