[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Non-blocking HTTP request with socket.http and copas
- From: Coda Highland <chighland@...>
- Date: Sun, 27 Jul 2014 17:43:19 -0700
On Sun, Jul 27, 2014 at 5:31 PM, Rena <hyperhacker@gmail.com> wrote:
> I think usually with sockets, a timeout of zero means return any packets
> that have already arrived in the receive buffer, but if there aren't any,
> don't wait around for one.
That makes sense for recv() but not so much for connect(). :P
/s/ Adam