curl-library
Re: Abnormal delay while receiving answer from a POST
Date: Thu, 11 Aug 2016 20:39:19 +0200
Am 11.08.2016 um 16:46 schrieb Farabet Olivier via curl-library:
> Hi all,
>
> We have found the root cause of the delay in our architecture : it comes
> from the KeepAlive management
> of the local apache proxy that we are using between our local vxml
> browser and the distant application server.
> The apache proxy was waiting for a previous connection to disappear
> before delivering the data of the current one.
> It looks like a bug to me, but we have upgraded from http 2.2.17 to http
> 2.2.29 without improvement.
Although off-topic: Is your Apache running on Windows? If "yes", look at
https://bz.apache.org/bugzilla/show_bug.cgi?id=59970
Regards,
Rainer
> Disabling Keepalive on the connection has solved the issue:
>
> KeepAlive Off
>
> regards and thanks for your help
> Olivier
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-08-11