Revision: 74 Author: matt Date: 2006-08-09 22:27:54 +0000 (Wed, 09 Aug 2006)
Log Message: ----------- bugfix the unfinished code :) Modified Paths: -------------- trunk/plugins/serve_cgi Modified: trunk/plugins/serve_cgi =================================================================== --- trunk/plugins/serve_cgi 2006-08-09 22:27:16 UTC (rev 73) +++ trunk/plugins/serve_cgi 2006-08-09 22:27:54 UTC (rev 74) @@ -91,6 +91,7 @@ sub hook_body_data { my ($self, $bdata) = @_; # TODO: Save to a temp fh. Re-open STDIN on that FH when we exec the cgi + return DONE; } use POSIX qw(dup2); @@ -135,4 +136,4 @@ print $sock "Connection: close\r\n"; exec($hd->filename); exit(); -} \ No newline at end of file +}