[BitBucket user: Alain Mazy]
[BitBucket date: 2017-02-08.11:29:21]
When accessing the Orthanc API through urllib3 (python), Orthanc sometimes closes the connection. This happens when multiple requests happen in the same TCP stream:

On sever side:
- Setting KeepAlive: true in the config file does not help
On client side:
- Setting 'connection: close' in the HTTP request does not help
Workaround on client-side:
- Explicitly closing the connection after each HTTP request
We should probably replace Mongoose by CivetWeb but we could not make sure this is fixed in CivetWeb |