On Fri, Oct 23, 2009 at 8:59 PM, HE Hongmei
<[email protected]> wrote:
>
> We added some logs before and after the above calls, and found the
> content-type is always right. However, sometimes (not always), in the
> response sent by Apache server, Content-Type will be changed to
> something like "application/user-config" or
> "application/user-config+xm", or some other values.

I suspect its your modules own misuse of r->pool.  Completely gut all
of your actual logic from your module and see if it still truncates
the header.

Or start with a new module that just sets the content type and prints
a canned response.

-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to