in reply to Re^2: CGI.pm Filter out recurring NULL Bytes
in thread CGI.pm Filter out recurring NULL Bytes

Is there a reason why those are not needed?

They are headers, not body. The headers are already processed by the time your CGI script gets called so it's too late to do anything about them in terms of resource usage. Limits on headers are handled by the web server.

  • Comment on Re^3: CGI.pm Filter out recurring NULL Bytes (now header limits)