Hi Aleks,

On Fri, Aug 10, 2012 at 12:56:18AM +0200, Aleksandar Lazic wrote:
> Hi will,
> 
> On 09-08-2012 19:21, Willy Tarreau wrote:
> >On Thu, Aug 09, 2012 at 06:57:16PM +0200, Aleksandar Lazic wrote:
> 
> [snip]
> 
> >>after the first minute the log is now as defined ;-)
> >
> >Thanks guys, patch applied.
> 
> how about the CAPTURE_LEN setting.
> 
> ###
> After rebuild I still get the warning that the I can only capture 63 
> bytes.
> I have change include/common/defaults.h to
> 
> ###
> // reserved buffer space for header capture
> #ifndef CAPTURE_LEN
> #define CAPTURE_LEN     64
> #endif
> ###
> 
> and rebuild it.
> ###

It's unclear to me what is causing you an issue with this one, because
it's only used for cookie captures now (you know, the request and response
cookie specified in "capture cookie"). Also, you shouldn't set it too
high because this memory is allocated for each session.

Regards,
Willy


Reply via email to