DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14410>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14410

HSE_REQ_SEND_RESPONSE_HEADER always returns Internal Server Error

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Blocker                     |Enhancement
             Status|NEW                         |RESOLVED
           Priority|Medium                      |Other
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2002-11-10 21:12 -------
Now I got it: the MFC ISAPI requires the following stuff to build a correct 
header:

// define standard header with correct CR/LF sequence and title
#define  STARTCONTENT(a)    StartContent(a); \
                            AddHeader   (a, _T("\r\n")); \
                            WriteTitle  (a)

StartContent alone will only create "content-type ...\r\n".

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to