Re: [Pound Mailing List] Delay in Request Running over pound

2017-08-01 Thread Emilio Campos
Dear Stefan, José Pablo pasted in this thread a direct link to a git with the patch https://github.com/zevenet/pound/commit/dcbbff5b7514c267b8a9caa5c336479a99cce8d4 This patch adds a new Global Directive called: Ignore100continue Described in the pound manual as follows: Ignore100continue:

Re: [Pound Mailing List] Delay in Request Running over pound

2017-08-01 Thread Stefan Bauer
Hello Emilio. Thanks for the reply. Might you be so kind an provide me some details regarding your solution. A first search in github does not give me any results. I found two patches regarding the issue (one for 2.6 and one for 2.8a). Tried to use the 2.8a one, but that patch did not apply

Re: [Pound Mailing List] Delay in Request Running over pound

2017-08-01 Thread José Pablo García Liébana
Hi all, If you are interested in supporting 100-continue header, there is a patch available here: https://github.com/zevenet/pound/commit/dcbbff5b7514c267b8a9caa5c336479a99cce8d4 Regards Jose Jose Pablo GarciaDevelopment and Support Departmentwww.zevenet.com

Re: [Pound Mailing List] Delay in Request Running over pound

2017-08-01 Thread Emilio Campos
We had a similar issue with an app of a vendor, the 100 continue header in the backend was mandatory and we solved this after to support 100continue from Pound. You can find some pound fork in github including this patch, if needed. Joe and Robert, I think that supporting 100continue header would

Re: [Pound Mailing List] Delay in Request Running over pound

2017-07-30 Thread Stefan Bauer
Hello mailinglist No I ´m a Little bit further in analysing the tcpdumps Client is sending an initial http post packet including the Expect: 100-continue Header. Pound is recieving this packet, but does Not forward it to the backend server. There is just an Ack from the pound to the

Re: [Pound Mailing List] Delay in Request Running over pound

2017-07-26 Thread Stefan Bauer
Hello mailinglist First of all, thanks for the replies so long and sorry for the Delay of my side, but we Bad some general issues with our application. In the meantime I have managed it to Upgrade to pound Version 2.7 The delay is still existent. Í have also done some Traffic captures. One

Re: [Pound Mailing List] Delay in Request Running over pound

2017-07-20 Thread Bussi Andrea
Is the backend trying a reverse DNS lookup for the IP of the load balancer and timing out? Andrea On 07/18/2017 10:02 PM, Stefan Bauer wrote: Hello Mailingliste-List. I have a Strange Issue in Running Pound. Í m Running pound on an ubuntu 14.04 using the default supplied package (Version

Re: [Pound Mailing List] Delay in Request Running over pound

2017-07-19 Thread qutic development
> I have a Strange Issue in Running Pound. > Í m Running pound on an ubuntu 14.04 using the default supplied package > (Version 2.6) This is an old version, I would compile a fresh one from here: https://github.com/goochjj/pound/archive/stage_for_upstream/v2.8a.zip > If the request to an http

[Pound Mailing List] Delay in Request Running over pound

2017-07-18 Thread Stefan Bauer
Hello Mailingliste-List. I have a Strange Issue in Running Pound. Í m Running pound on an ubuntu 14.04 using the default supplied package (Version 2.6) If the request to an http Service is Running over the pound loadbalancer it Takes about 1 or 2 second to complete the request. If i do the