aboutsummaryrefslogtreecommitdiff
path: root/src/fastcgi.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-10-06 02:58:23 +0000
committerMike Buland <eichlan@xagasoft.com>2011-10-06 02:58:23 +0000
commit411f240da34bab53cd18aa8b7ba09834ede49b1c (patch)
treee7434082f385fda0d23e57edb7daad5725e4be04 /src/fastcgi.h
parent31ead732224022892db26ac28e505c46f91bd0e0 (diff)
downloadlibbu++-411f240da34bab53cd18aa8b7ba09834ede49b1c.tar.gz
libbu++-411f240da34bab53cd18aa8b7ba09834ede49b1c.tar.bz2
libbu++-411f240da34bab53cd18aa8b7ba09834ede49b1c.tar.xz
libbu++-411f240da34bab53cd18aa8b7ba09834ede49b1c.zip
Fixed the formatting of unsigned chars in the formatter, and added a function to
actually stop the fastcgi main loop.
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,