After receiving the http response I notice a hexadecimal number after the header, immediately before the content. And at the end - 0. That is, the content is as if enclosed between these figures. What are these numbers?
Example:
HTTP/1.1 200 OK Date: Wed, 06 Jul 2011 10:36:25 GMT Server: Apache/2.2.9 (Unix) mod_perl/2.0.4 Perl/v5.8.8 Set-Cookie: ************************************************* Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/xml 3380 <--------- Вот здесь непонятная цифра (взята произаольно) <?xml version="1.0" encoding="utf-8"?> <list> xml-текст </list> 0 <--------- И здесь (всегда 0)