On Wed, 2012-03-07 at 03:29 -0800, becks007 wrote: > Folks, > > My query is regarding the what is desired behavior of > CoreConnectionPNames.MAX_LINE_LENGTH. > > I had set the params.setIntParameter(CoreConnectionPNames.MAX_LINE_LENGTH, > 100) and I see that those headers larger than 100 is getting added to the > response headers. > > Further looking into to the code i figured out that it is only handled for a > folded headers. This is an HttpClient specific setting isn't it? I checked > the documentation as well there is nothing mentioned about the behavior for > folded headers. >
CoreConnectionPNames.MAX_LINE_LENGTH should apply to single limes as well folded ones. I'll happily take a patch for javadocs ;-) Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
