Hi, I've researched around a lot but don't see a way to do this, if someone could enlighten me I'd greatly appreciate it!
In a nutshell, I'm running some cgis through PerlRun, and when the cgi has finished and created the response, I want to get the length of that response and set a Content-Length header. My problem is I don't see anyway to get the length of the generated response via the api or modules. Seems like I should be able to run it through another Content Generation stage handler, get the length and set the header, ..but I don't see a way to do this. I should add I'm actually using Zeus implementation of mod_perl but if there's a way to do this via normal mod_perl 1.x I can adjust accordingly. It doesn't have support for the more esoteric mod_perl capabilities, but all the normal things. thank you very much! Kevin