Re: HAProxy considers key listing HTTP response from Riak invalid

2011-03-01 Thread Jason J. W. Williams
Hi Willy, I figured out it was the line length on the Links header a couple hours ago. Also explains why my client lib was bombing (put HAProxy in to try and debug). Fixed it by telling Riak to "stream" which skips the Links header and chunks the payload. Thank you for your help. :) Glad to m

Re: HAProxy considers key listing HTTP response from Riak invalid

2011-03-01 Thread Willy Tarreau
On Tue, Mar 01, 2011 at 05:24:18PM -0700, Jason J. W. Williams wrote: > Hello, > > Can you tell me why HAProxy considers this response from a Riak > backend server invalid? https://gist.github.com/850204 > > I suspect it's the length of the Link header. Yes, your header has set a new world recor

HAProxy considers key listing HTTP response from Riak invalid

2011-03-01 Thread Jason J. W. Williams
Hello, Can you tell me why HAProxy considers this response from a Riak backend server invalid? https://gist.github.com/850204 I suspect it's the length of the Link header. Thank you in advance. -J