RE: HAProxy v1.5-dev19 OpenSSL Support Issue

2013-08-11 Thread Lukas Tribus
Hi Scott, src/ssl_sock.c:796: error: âstruct checkâ has no member named 'xprt' Strange, I cannot reproduce this. Now if I edit src/ssl_sock.c line 796 and comment out 'srv-check.xprt = ssl_sock;' and replace it with 'srv-xprt = ssl_sock;' HAProxy and OpenSSL compile correctly I'm not

haproxy duplicate http_request_counter values

2013-08-11 Thread Patrick Hemmer
I'm using the %rt field in the unique-id-format config parameter (the full value is %{+X}o%pid-%rt), and am getting lots of duplicates. In one specific case, haproxy added the same http_request_counter value to 70 different http requests within a span of 61 seconds (from various client hosts too).