Flush FastCGI buffers at application exit. <eichin@fastengines.com>
roberts [Mon, 7 Jun 1999 05:03:47 +0000 (05:03 +0000)]
Modified Files: README libfcgi/fcgi_stdio.c

README
libfcgi/fcgi_stdio.c

diff --git a/README b/README
index fd19ef5..2e90d7d 100755 (executable)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ FastCGI Developer's Kit README
 ------------------------------
 
     Version 2.0b2, 04 April 1997
-    $Id: README,v 1.1 1997/09/16 15:36:24 stanleyg Exp $
+    $Id: README,v 1.2 1999/06/07 05:03:47 roberts Exp $
     Copyright (c) 1996 Open Market, Inc.
     See the file "LICENSE.TERMS" for information on usage and redistribution
     of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -33,6 +33,15 @@ release of the FDK.
   5. Provide new Java interface to conform to JDK1.1.1 (due to final
      System.in)
   6. Provide samples of Perl on NT.
+  
+
+Changes with devkit 2.1.1
+-------------------------
+  
+ *) Flush FastCGI buffers at application exit.  <eichin@fastengines.com>
+    
+ << INSERT OTHER STUFF HERE >>
 
 What's New: Version 2.0b2, 04 April 1997
 --------------------------------------
index befd500..d08b673 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #ifndef lint
-static const char rcsid[] = "$Id: fcgi_stdio.c,v 1.4 1999/01/30 22:24:09 roberts Exp $";
+static const char rcsid[] = "$Id: fcgi_stdio.c,v 1.5 1999/06/07 05:03:48 roberts Exp $";
 #endif /* not lint */
 
 #ifdef _WIN32
@@ -118,6 +118,7 @@ int FCGI_Accept(void)
          */
         isCGI = FCGX_IsCGI();
         acceptCalled = TRUE;
+        atexit(&FCGI_Finish);
     } else if(isCGI) {
         /*
          * Not first call to FCGI_Accept and running as CGI means