Message140

Author admin
Recipients
Date 2017-02-08.12:29:21
Content
[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: 

![Capture.PNG](2729995299-Capture.PNG)

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
History
Date User Action Args
2026-07-29 15:51:19adminlinkissue32 messages
2026-07-29 15:51:19admincreate