Mailing List Archive

[Bug 8482] - nph- CGIs and/or server-pushed methodes not working properly
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=8482>.
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=8482

nph- CGIs and/or server-pushed methodes not working properly





------- Additional Comments From box@uni.de 2002-05-10 10:17 -------
well, i'm not using such a simple one. i'm using cgi-irc
(http://cgiirc.sourceforge.net). it's a chat skript, so the data is generated
slowly over time. anonther point maybe could be the multipart content-type:

#!/usr/bin/perl
print "HTTP/1.0 200 OK\n";
print "Cache-Control: no-cache\nExpires: -1\nPragma: no-cache\n";
print "Content-type: multipart/x-mixed-replace;boundary=BOUNDARY\n\n";

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org