ProgrammingHelps

2022-10-20 Thread info
Hello there. I'm an owner of a domain name ProgrammingHelps[dot]com and I am currently selling it. I was wondering if this domain name might be interesting to you? I'm looking to get 479 USD. for the domain name. Please let me know if you would be interested in it. Thank you.

Re: TCP connections resets during backend transfers

2022-10-20 Thread John Lauro
That's what 50s? You are probably doing pooling and it's using LRU instead of actually cycling through connections. At least that is what I have seen node typically do. Instead of 50 seconds, try: timeout client 12h timeout server 12h You might want to enable

Re: coredump and traceback on the CI

2022-10-20 Thread Илья Шипицин
чт, 20 окт. 2022 г. в 23:09, William Lallemand : > On Thu, Oct 20, 2022 at 10:51:23PM +0500, Илья Шипицин wrote: > > I would suggest to display vtest result failure only if vtest failed, > > haproxy/vtest.yml at master · haproxy/haproxy (github.com) > > < >

Re: coredump and traceback on the CI

2022-10-20 Thread William Lallemand
On Thu, Oct 20, 2022 at 10:51:23PM +0500, Илья Шипицин wrote: > I would suggest to display vtest result failure only if vtest failed, > haproxy/vtest.yml at master · haproxy/haproxy (github.com) > > > I doubt if

Re: coredump and traceback on the CI

2022-10-20 Thread Илья Шипицин
I would suggest to display vtest result failure only if vtest failed, haproxy/vtest.yml at master · haproxy/haproxy (github.com) I doubt if there could be coredump together with successful vtest just curious,

coredump and traceback on the CI

2022-10-20 Thread William Lallemand
Hello List, I had some difficulties today to reproduce a bug which was only visible on the alpine container CI. So I found some way to investigate directly from the CI. The attached patch enables the coredumps and does a "gdb -ex 'thread apply all bt full'" for the alpine/musl job. I think this