Comment # 10 on bug 1226217 from David Anes
(In reply to Dirk Stoecker from comment #9)
> For completeness the nochunk test:
> 
> #!/usr/bin/perl
> 
> print "Status: 200 OK\r\n";
> print "Content-Length: 3\r\n";
> print "\r\n";
> print "---";
> 
> Error:
> < HTTP/1.1 200 OK
> < Date: Thu, 13 Jun 2024 09:06:58 GMT
> < Server: Apache
> < Transfer-Encoding: chunked
> < Content-Type: application/x-cgi
> 
> Ok:
> < HTTP/1.1 200 OK
> < Date: Thu, 13 Jun 2024 09:07:48 GMT
> < Server: Apache
> < Content-Length: 3
> < Content-Type: application/x-cgi

Ok, I see. Let me investigate, thank you.

I will come back to you asap.


You are receiving this mail because: