Re: Don't Start Your Project Blind - Request an Estimate Today

2023-09-20 Thread Reggie Rousseau
Hi,Sorry to bother you again,Have you received my emails? We are a cost estimating and architectural service provider.We estimate all types of construction projects including residential, commercial, new build and federal government projects.If you could send me the set of plans, I would love to

Re: mux-h2: Backend stream is not fully closed if frontend keeps stream open

2023-09-20 Thread Valters Jansons
On Mon, Sep 18, 2023 at 9:32 AM Christopher Faulet wrote: > Please find a new patch. It should be good ( or better at least :) The provided patch resolves my scenario for both the gRPC server-client as well as the Java client to nginx server. There is an improvement for sure, and HTTP 200 OK is d

Re: Error While deviceatlas compile/make from source

2023-09-20 Thread Mahendra Patil
*After installation haproxy not able to start , show below error* [root@govinda opt]# /opt/haproxy-ssl/sbin/haproxy -f /opt/haproxy-ssl/conf/haproxy.cfg [NOTICE] (42915) : haproxy version is 2.8.3-86e043a [NOTICE] (42915) : path to executable is /opt/haproxy-ssl/sbin/haproxy [ALERT](42915)

maxconn limit not working after reload / sighup

2023-09-20 Thread Björn Jacke
Hello, I just experienced that maxconn can easily not work as expected and lead to unavailable services. Take this example backend configuration of a 2.8.3 haproxy setup: backend bk_example balance first server server1 192.168.4.1:8000 id 1 maxconn 10 server server2 192.168.4.2:80

Re: maxconn limit not working after reload / sighup

2023-09-20 Thread Igor Cicimov
Hi, Think this explains it in details https://www.haproxy.com/blog/should-you-reload-or-restart-haproxy Particularly this part: Reloading starts a new HAProxy instance (or “process”) which handles new requests, while the old instance maintains connections until they naturally close or the hard