On Sat, Sep 9, 2017 at 7:39 AM, Juliusz Chroboczek wrote:
>
> I've got a bufio.Writer which is wrapping a net.TCPConn. Once in
> a while, Flush() will trigger a write timeout (set with SetWriteDeadline
> on the underlying connection), in which case I'd like to reschedule some
> requests on a diff
Hi,
I've got a bufio.Writer which is wrapping a net.TCPConn. Once in
a while, Flush() will trigger a write timeout (set with SetWriteDeadline
on the underlying connection), in which case I'd like to reschedule some
requests on a different connection, and then restart the Flush() with
a more relax