On Thu, Dec 22, 2011 at 3:29 PM, Hochhaus, Andrew <ahochh...@samegoal.com> wrote: > http.py is an example HTTP client that creates a persistent HTTP > connection and sends two requests to each of the above handlers over a > shared TCP connection
You can also reproduce the behavior in a web browser by running the server (main.cc), browsing to https://127.0.0.1:8889/ and then refreshing a few times (until one of the TCP connections is reused). This should help to confirm the sample client (http.py) is not the source of the bug but instead that the bug exists somewhere on the server side. Thanks, -Andy *********************************************************************** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-users in the body.