https://issues.apache.org/bugzilla/show_bug.cgi?id=41170

--- Comment #2 from Tim Whittington <tim.whitting...@orionhealth.com> 
2010-01-03 23:32:14 UTC ---
I don't believe this is a bug in the IIS connector.
The docs for HSE_REQ_SEND_RESPONSE_HEADER indicate (in classic IIS style) that
if you supply your own headers, you need to provide the CRLF that terminates
the message header (as per
http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4) as well as the CRLF
terminating each header - i.e. for no headers, you would supply a CRLF\0
string.

This is what the code does now (and what it looked like doing in 2006).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to