You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@hyperreal.org on 1998/02/27 10:30:36 UTC

Re: general/1390: basic_http_header routine unavailable in Win32 environment

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: basic_http_header routine unavailable in Win32 environment

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Fri Feb 27 01:30:35 PST 1998
State-Changed-Why:
basic_http_header should not even be exported from http_protocol.c
let alone be used by a module.  The module would have to implement
large portions of HTTP/1.1 to get things right.  mod_perl should be using
send_http_header().

Dean