Found a program BUG ??????

2017-05-16 Thread ?t????????
??1?? backend web ption httpchk /test.html http-check expect string Test balance roundrobin server my1192.168.37.135:80 check server my2192.168.37.134:80 check ??2?? backend web ption httpchk /test.html http-check expect rstatus ^2 balance roundrobin server my1

Re: truncated request in log lines

2017-05-16 Thread Stéphane Cottin
Thanks, this is the right answer, recompile with DEFINE=-DREQURI_LEN=4096 fixes this issue. This limit should be raised at runtime according to the log "len" option, if you want long log lines, you want them complete :) Thanks again. Stéphane On 16 May 2017, at 19:29, J. Kendzorra wrote:

Re: haproxy + RDP

2017-05-16 Thread Aleksandar Lazic
Hi Antonio Trujillo Carmona. Antonio Trujillo Carmona have written on Mon, 15 May 2017 08:40:16 +0200: > El 12/05/17 a las 11:55, Aleksandar Lazic escribió: > > Hi Antonio Trujillo Carmona. > > > > Antonio Trujillo Carmona have written on Fri, 12 May 2017 10:23:59 > > +0200: > > > >> El

Re: HAProxy Page Element Request Times Slowly Increase

2017-05-16 Thread Aleksandar Lazic
Hi Caleb Anthony. Caleb Anthony have written on Mon, 15 May 2017 19:10:30 -0600: > Hello All, > > I've got a strange issue with our deployment of HAProxy 1.6 where a > user will make a request to a page, and as each page element comes > in, the time taken shown on each file downloaded in the IE

Re: truncated request in log lines

2017-05-16 Thread J. Kendzorra
On 16.05.2017 19:23, J. Kendzorra wrote: > On 16.05.2017 15:58, Stéphane Cottin wrote: >> Only the content of "GET /?test=my_very_long_request_truncated" is >> truncated to 1024 characters, not the whole line. >> The end quote is still present, it does not seems related to syslog >> daemon

Re: truncated request in log lines

2017-05-16 Thread J. Kendzorra
On 16.05.2017 15:58, Stéphane Cottin wrote: > Only the content of "GET /?test=my_very_long_request_truncated" is > truncated to 1024 characters, not the whole line. > The end quote is still present, it does not seems related to syslog > daemon limitations. I think you're looking for this thread:

Re: truncated request in log lines

2017-05-16 Thread Stéphane Cottin
Hi mark, Thanks for this link, but I guess this is not related to this issue. Let's use an example. A log line with method+request+protocol < 1024 characters and a very long captured header is ok : 172.17.0.1:38318 [16/May/2017:08:00:31.266] abcde fghij 0/0/106/139/268 200 9 - -

Re: truncated request in log lines

2017-05-16 Thread Daniel Schneller
This is a limitation of the syslog protocol, IIRC. -- Daniel Schneller Principal Cloud Engineer CenterDevice GmbH | Hochstraße 11 | 42697 Solingen tel: +49 1754155711| Deutschland daniel.schnel...@centerdevice.de |

truncated request in log lines

2017-05-16 Thread Stéphane Cottin
Hi, Version: haproxy 1.7.2 I'm logging to a unix socket, allowing long lines. log /dev/log len 8192 local0 [...] option dontlognull option log-separate-errors option httplog I'm also capturing the referer header. capture request header Referer len 4096 When using large strings

Re: OpenSSL engine and async support

2017-05-16 Thread Emeric Brun
Hi Grant, On 05/15/2017 08:11 PM, Grant Zhang wrote: > >> On May 15, 2017, at 03:14, Emeric Brun wrote: >> >> What does it look like? > New patches attached. > >> >> The issue is very similar: >> https://mta.openssl.org/pipermail/openssl-dev/2016-March/005909.html >