Re: Compile ZLIB in OpenBSD 5.4

2014-04-05 Thread Baptiste
You should use bsd make with Makefile.bsd provided in HAProxy source archive or git. Baptiste On Sat, Apr 5, 2014 at 1:43 AM, William Lallemand wrote: > On Fri, 4 Apr 2014 18:36:10 -0300 > Jorge Severino wrote: > >> root@haproxy01 $ make TARGET=openbsd CPU=native USE_ZLIB=1 >> ZLIB_INC=/usr/inc

Re: Compile ZLIB in OpenBSD 5.4

2014-04-05 Thread Jorge Severino
What is a option for enable zlib in makefile.bsd? El 05/04/2014 09:26, "Baptiste" escribió: > You should use bsd make with Makefile.bsd provided in HAProxy source > archive or git. > > Baptiste > > On Sat, Apr 5, 2014 at 1:43 AM, William Lallemand > wrote: > > On Fri, 4 Apr 2014 18:36:10 -0300

RE: Compile ZLIB in OpenBSD 5.4

2014-04-05 Thread Lukas Tribus
> You should use bsd make with Makefile.bsd provided in HAProxy source > archive or git. Problem is bsd and osx Makefiles don't support USE flags, so they can't be used to enable zlib, ssl, etc. If using GNU make is not an option, add -lz to ADDLIB in Makefile.bsd (72nd line): ADDLIB = -lz and t

No joining fee, no annual fee only on your Platinum Rewards Card

2014-04-05 Thread Standard Chartered Bank
You have received this email because you indicated that you would like to receive special offers through Youmint. To unsubscribe, please contact Youmint. If you have difficulties viewing this mail, click here.

[PATCH] BUG/MINOR: reject malformed HTTP/0.9 requests

2014-04-05 Thread Apollon Oikonomopoulos
RFC 1945 (§4.1) defines an HTTP/0.9 request ("Simple-Request") as: Simple-Request = "GET" SP Request-URI CRLF HAProxy tries to automatically upgrade HTTP/0.9 requests to to HTTP/1.0, by appending "HTTP/1.0" to the request and setting the Request-URI to "/" if it was not present. The latter how

Luxury items for the stars

2014-04-05 Thread Info
Give her a fantastic watch

Re: [PATCH] BUG/MINOR: reject malformed HTTP/0.9 requests

2014-04-05 Thread Willy Tarreau
Hi Apollon, On Sun, Apr 06, 2014 at 02:46:00AM +0300, Apollon Oikonomopoulos wrote: > RFC 1945 (§4.1) defines an HTTP/0.9 request ("Simple-Request") as: > > Simple-Request = "GET" SP Request-URI CRLF > > HAProxy tries to automatically upgrade HTTP/0.9 requests to > to HTTP/1.0, by appending "