Search found 2 matches

by matteo
15 Apr 2007, 14:04
Forum: Report Bugs (cse)
Topic: change or bug?
Replies: 2
Views: 11515

Managing also the Content-size header

Here is the previous patch proposal plus Content-size header to help browser progress bar: $ diff -u addon_cse.cgi.orig addon_cse.cgi --- addon_cse.cgi.orig 2007-01-08 10:12:10.000000000 +0100 +++ addon_cse.cgi 2007-04-15 14:55:18.994484704 +0200 @@ -14,7 +14,7 @@ require 'parseform.pl'; if (!$ACL{a...
by matteo
15 Apr 2007, 13:27
Forum: Report Bugs (cse)
Topic: change or bug?
Replies: 2
Views: 11515

Bug on managing content-type declaration

It seems a bug to me. Find below the way I fixed it: $ diff -u addon_cse.cgi.orig addon_cse.cgi --- addon_cse.cgi.orig 2007-01-08 10:12:10.000000000 +0100 +++ addon_cse.cgi 2007-04-15 14:10:45.392933920 +0200 @@ -14,7 +14,7 @@ require 'parseform.pl'; if (!$ACL{all}) { - print "Content-type: tex...