Hi Jesse, On Wed, Mar 11, 2015 at 07:57:24AM -0500, Jesse Hathaway wrote: > let me know if there are any issues with this patch, thanks
I just merged it right now, but see below : > On Fri, Mar 6, 2015 at 2:16 PM, Jesse Hathaway <[email protected]> wrote: > > It is common for rest applications to return status codes other than > > 200, so compress the other common 200 level responses which might > > contain content. > > --- > > src/proto_http.c | 7 +++++-- > > 1 file changed, 5 insertions(+), 2 deletions(-) > > > > diff --git a/src/proto_http.c b/src/proto_http.c > > index f8ad754..2afb6fa 100644 > > --- a/src/proto_http.c > > +++ b/src/proto_http.c > > @@ -2362,8 +2362,11 @@ int select_compression_response_header(struct session > > *s, struct buffer *res) here > > if (!(msg->flags & HTTP_MSGF_VER_11) || !(txn->req.flags & > > HTTP_MSGF_VER_11)) and here. Your mailer has wrapped long lines. You'll have to configure it to prevent it from doing so. This time I could fix it, it wasn't difficult. Thanks, Willy

