I also pondered moving that into do_async_post.. but maybe someone is relying on that somewhere.
thanks
arne
On Fri, 30 Oct 2009, Martin Stjernholm, Roxen IS @ Pike developers forum wrote:
Looks reasonable, since (afaics) that method doesn't do anything with the data. It'd be a different matter if it took the variables and encoded them into the body, for instance.
Considering that it doesn't do anything with the data at all, I'd say it really has no business setting a content type, but I guess it's better left in place for compatibility.
Patch applied in 7.8. Thanks.