[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] Libevent HTTP and pipeline mode



Libevent seems to have no HTTP pipeline mode support. If I send the second request immediatly after the first, the HTTP connection just hangs. req->ntoread goes negative (request got more bytes than it was expecting, so it stays in this state forever).

Are there any ideas of how HTTP pipelining is possible with libevent? Anyone tried?