Comment 5 for bug 1630664

Revision history for this message
Jordan Pittier (jordan-pittier) wrote :

This is well documented over the Internet [1], [2], [3]. This has to do with how httplib in Python handles HTTP persistent connection. I can reproduce locally, but it takes times.

In Python3, the exception raised in clearer:
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'

[1] https://bugs.python.org/issue8450
[2] https://bugs.python.org/issue3566
[3] https://github.com/locustio/locust/issues/308