Hi again. In my previous post I had trouble with chunked encoding.
Now I found out why sometimes it does not enable chunking: When the request is in http 1.0. Winamp who reads the response cannot deal with chunked encoding, so I wondered if I could always respont with http 1.0, even if the request was in http 1.1. So - is it possible to return http 1.0 even if the request was http 1.1? If yes, how? Thanx in Advance Lukas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
