the body of the request to be UnicodeLittle not the headers and
status line. To make things more confusing the chunk encoding lines are in
ASCII and not UnicodeLittle. If the status line is encoding along the
headers I expected the whole response to be encoded.
Thanks for any help in advance.
Hey Guys,
My name is Will I've been trying to do Transfer-Encoding: chunked on my
request to Tomcat 4.0.1, with no success I've tried using the Apache Commons
jar, a HttpClient library that said it had chunked encoding on requests, and
my own implementation. I've look through the Catalina source