I'm using ZnClient to get an XML file and get the following:

Inline image 2

Here's the request:

client := ZnClient new
�� url: uri;
�� headerAddAll: headers.
client get.

Is the prefix of the entity related to the chunked transfer encoding?