aboutsummaryrefslogtreecommitdiff
path: root/src/fastcgi.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/fastcgi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastcgi.h b/src/fastcgi.h
index 1a3d02e..d290c40 100644
--- a/src/fastcgi.h
+++ b/src/fastcgi.h
@@ -102,6 +102,8 @@ namespace Bu
102 102
103 virtual void run(); 103 virtual void run();
104 104
105 void stopRunning() { bRunning = false; }
106
105 virtual void onInit() { }; 107 virtual void onInit() { };
106 virtual int onRequest( const StrHash &hParams, 108 virtual int onRequest( const StrHash &hParams,
107 const Bu::String &sStdIn, Bu::Stream &sStdOut, 109 const Bu::String &sStdIn, Bu::Stream &sStdOut,