From 411f240da34bab53cd18aa8b7ba09834ede49b1c Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 6 Oct 2011 02:58:23 +0000 Subject: Fixed the formatting of unsigned chars in the formatter, and added a function to actually stop the fastcgi main loop. --- src/fastcgi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fastcgi.h') 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 virtual void run(); + void stopRunning() { bRunning = false; } + virtual void onInit() { }; virtual int onRequest( const StrHash &hParams, const Bu::String &sStdIn, Bu::Stream &sStdOut, -- cgit v1.2.3