Hello Eugeny,

> So is there some kind of a non-intrusive workaround for resolving such errors
> in HttpClient?

Not in 3.x. HttpCore, the base for HttpClient 4.0, is more
componentized and would allow you to plug in a different parser.
In 3.x, you can only extend the HttpMethod implementations
and override readResponseHeader(...) to call a different
parser implementation. The parser would have to be a
copy-and-edit clone of the HttpParser class. Unfortunately,
the HttpParser class is all static. There is no way we can
change that at this point in the 3.1 release cycle. Unless
volunteers come swarming to us, there will not be a 3.2
release either.

hope that helps,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to