Too many response errors

2020-10-14 Thread Seena Fallah
Hi.

I'm facing many response errors from my backends and I have checked the
logs but there were no 5xx errors for these response errors! It seems I'm
in this section of code and because I use http-server-close it will count
failed_resp!
https://github.com/haproxy/haproxy/blob/master/src/http_ana.c#L1648-L1667
Can you please explain why keep-alive connections won't count this and what
actually is this?

Using haproxy 2.2.4 on docker

Thanks.


Re: Too many response errors

2020-10-15 Thread Seena Fallah
Based on this comment is this related to the client and there is no problem
on the server side?
https://github.com/haproxy/haproxy/blob/master/include/haproxy/channel-t.h#L68

On Wed, Oct 14, 2020 at 3:29 PM Seena Fallah  wrote:

> Hi.
>
> I'm facing many response errors from my backends and I have checked the
> logs but there were no 5xx errors for these response errors! It seems I'm
> in this section of code and because I use http-server-close it will count
> failed_resp!
> https://github.com/haproxy/haproxy/blob/master/src/http_ana.c#L1648-L1667
> Can you please explain why keep-alive connections won't count this and
> what actually is this?
>
> Using haproxy 2.2.4 on docker
>
> Thanks.
>


Re: Too many response errors

2020-10-18 Thread Seena Fallah
I used "show errors -1 response" in haproxy socket to see these errors but
nothing found!
Is there any way I can see the errors?

On Thu, Oct 15, 2020 at 9:48 PM Seena Fallah  wrote:

> Based on this comment is this related to the client and there is no
> problem on the server side?
> https://github.com/haproxy/haproxy/blob/master/include/haproxy/channel-t.h#L68
>
> On Wed, Oct 14, 2020 at 3:29 PM Seena Fallah 
> wrote:
>
>> Hi.
>>
>> I'm facing many response errors from my backends and I have checked the
>> logs but there were no 5xx errors for these response errors! It seems I'm
>> in this section of code and because I use http-server-close it will count
>> failed_resp!
>> https://github.com/haproxy/haproxy/blob/master/src/http_ana.c#L1648-L1667
>> Can you please explain why keep-alive connections won't count this and
>> what actually is this?
>>
>> Using haproxy 2.2.4 on docker
>>
>> Thanks.
>>
>