On Apr 13, 2007, at 02:22, Daisuke Maki wrote:

At the end , I have a request with content-type = 'text/hml;
charset=euc-jp', and yet the content is UTF-8.

I realize it may be a problem in HTTP::Message more so than POE, but I'd
rather be able to turn off this feature by, for example, being able to
NOT send the accept-encoding header.

Can something like that be done?

Currently it's entirely dependent on whether the server sends back a content-encoding header. There's no guarantee that a web server will refrain from sending a content-encoding response header if we avoid sending an accept-encoding request header.

So the proper way to do this will be some kind of option, either associated with the request or with the component. It'll take time to make this optional in a compatible way, and I'm not available to do this right now.

If someone would like to take a stab at a patch, I'll be happy to apply it.

--
Rocco Caputo - [EMAIL PROTECTED]


Reply via email to