Thanks Oleg, I think java doc is accurate :) I am not sure if there is anything wrong with my program. But i was using 4.2.1 and observed that MAX_LINE_LENGTH is not applied to single lines and headers having larger values than configured max line length was getting populated.
In the earlier code snippet i had pasted i see that max line length is only checked for folded headers if so that needs a patch; i will try to open up a defect and give the patch if so. My intention was to verify the correct behaviour as I am not that well versed with HTTP specs and all. Regards bekz olegk wrote: > > CoreConnectionPNames.MAX_LINE_LENGTH should apply to single limes as > well folded ones. > > I'll happily take a patch for javadocs ;-) > > Oleg > -- View this message in context: http://old.nabble.com/CoreConnectionPNames.MAX_LINE_LENGTH-processing-tp33457329p33459749.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
