DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30033>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30033
------- Additional Comments From rstrahl@west-wind.com 2004-12-20 15:08 -------
I don't think this is actually the problem.
I use WriteClient to dump out a complete HTTP response which includes header
and body in the first chunk that gets passed to WriteClient. The header might
look like this:
<pre>
HTTP/1.1 200 OK
Content-type: text/html; charset=utf-8
Content-Length: 3042
... some HTML text goes here.
</pre>
This works perfect with IIS, but not with Apache. I get the same 87 error as
mentioned above. There's definitely more going on here than just an extra
character in the header block...
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|