Re: Getting size of response

2014-08-27 Thread Baptiste
On Wed, Aug 27, 2014 at 5:59 AM, Patrick Hemmer hapr...@stormcloud9.net wrote: From: Nick Jennings n...@silverbucket.net Sent: 2014-08-26 19:55:34 EDT To: haproxy haproxy@formilux.org Subject: Getting size of response Hi all, is there a way to get the size of a response as it's being sent

Re: Getting size of response

2014-08-27 Thread Nick Jennings
, Patrick Hemmer hapr...@stormcloud9.net wrote: From: Nick Jennings n...@silverbucket.net Sent: 2014-08-26 19:55:34 EDT To: haproxy haproxy@formilux.org Subject: Getting size of response Hi all, is there a way to get the size of a response as it's being sent out through haproxy during

Getting size of response

2014-08-26 Thread Nick Jennings
Hi all, is there a way to get the size of a response as it's being sent out through haproxy during logging? The node.js app (restify) is sending gzip'd responses but not including a Content-Length due to some bug. I was wondering if I could get the size with haproxy and side-step the whole issue.

Re: Getting size of response

2014-08-26 Thread Patrick Hemmer
*From:* Nick Jennings n...@silverbucket.net *Sent:* 2014-08-26 19:55:34 EDT *To:* haproxy haproxy@formilux.org *Subject:* Getting size of response Hi all, is there a way to get the size of a response as it's being sent out through haproxy during logging? The node.js app (restify) is sending