I do not want to remove anything if this breaks anybody's code.

This chunked-transfer-encoding thing is only a workaround until the
Content-Length bug is fixed.

I just want to understand what is going on and how is this
going to hit me (or not) if I start to use this code?
Do I have to know somethind special? We do not set any special
encodings: we always serve utf8. Should I care?

It's only going to hit you if you use some other encoding than utf-8
and then only if you use a HTTP-client, that does not understand
chunked encoding. But every web-browser and virtually every other
client-software should understand this (It's a MUST part of the rfc).

Michael

Reply via email to