[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] Re: evhttp: persistent connections over ssl with chunked transfer encoding bug?
On Thu, Dec 22, 2011 at 4:55 PM, Hochhaus, Andrew
<ahochhaus@xxxxxxxxxxxx> wrote:
> 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).
I can reproduce this too against master. (I tweaked the code just a
little to read certs from disk) Here is my output from http.py:
$ ./http.py
host=www.google.com ssl=False chunked=None: success
host=www.google.com ssl=True chunked=True: success
host=127.0.0.1 ssl=False chunked=None: success
host=127.0.0.1 ssl=True chunked=None: success
host=127.0.0.1 ssl=False chunked=True: success
host=127.0.0.1 ssl=True chunked=None: failure
My code is at: https://github.com/cpatulea/Libevent/tree/ssltimeout
I'll be digging into this to try to figure out what's going on.
Catalin
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.