You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Rob Brown <ro...@0catch.com> on 2003/02/18 18:22:05 UTC

[users@httpd] Re: Content-Length HTTP/1.0 BUG

Jacob Coby writes: 

>> print "Content-length: text/html\n\n";
>> $| = 1; # TRY REALLY REALLY REALLY HARD TO FLUSH
>> print "Timer running...<br>\n";
>> for (1..10) {
>>  print "Test $_<br>\n";
>>  sleep 1;
>> }
>>  --- snap --- 
> 
> I thought Content-length was supposed to be a number not a MIME type? 
> 

My bad.  I totally meant "Content-Type" instead of "Content-length" 

> Does perl have a flush() function?

It isn't perl.  It's within Apache itself. 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org