Pilot77 wrote:
I am using Simple Log in HttpClient 3.1 to log wire activity, but every
character in the <xml> header appears on a separate line. As you can see,
after the <xml> header, the logging begins normally although about half the
time, it continues with each character on a separate line.  Any ideas on how
to make the Logging work properly?


You are seeing one character logs because your application is reading one character at a time from the socket stream. This problems has nothing to do with HttpClient.

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to