From 1df2d73183a08fc37bc1b97a530c13a9445dad65 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 2 Jun 2009 18:33:41 +0000 Subject: Updates to the cgi system, and I'm putting the general CGI related stuff like encoding and decoding and uri encoded splitting etc in one class. --- src/tests/fastcgi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests') diff --git a/src/tests/fastcgi.cpp b/src/tests/fastcgi.cpp index 53dd68a..e71b3c5 100644 --- a/src/tests/fastcgi.cpp +++ b/src/tests/fastcgi.cpp @@ -17,9 +17,9 @@ public: { } - virtual int request( const StrHash &hParams, + virtual int onRequest( const StrHash &hParams, const Bu::FString &sStdIn, Bu::Stream &sStdOut, - Bu::Stream &sStdErr ) + Bu::Stream &/*sStdErr*/ ) { Bu::FString sOut("Content-Type: text/html\r\n\r\n"); sOut += "

Environment: