************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC. *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS! *****
************************************************************
Affected Version: 2.2.2.1
What steps will reproduce the problem?
1. setup a gerrit server on https, at url https://server:port
2. python test_http_agent.py https://server:port (see attached file)
What is the expected output?
The same output as the one obtained when launching the request with a delay of one second
4. python test_http_agent.py https://server:port -d
What do you see instead?
The answer from the server never comes back.
Please provide any additional information below.
the first session in packets.png shows the result with
python test_http_agent.py https://server:port the second the result with
python test_http_agent.py https://server:port -d
I might send you the network dumps if necessary. However I'd need to communicate the private key of the test server I have so that you could see uncyphered packets, and I'm not sure whether I am allowed to do so :S