You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2014/12/18 14:24:44 UTC

svn commit: r1646454 - /tcl/rivet/branches/2.2/src/apache-2/mod_rivet.c

Author: mxmanghi
Date: Thu Dec 18 13:24:44 2014
New Revision: 1646454

URL: http://svn.apache.org/r1646454
Log:
wrong argument to Tcl_Flush fixed

Modified:
    tcl/rivet/branches/2.2/src/apache-2/mod_rivet.c

Modified: tcl/rivet/branches/2.2/src/apache-2/mod_rivet.c
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/src/apache-2/mod_rivet.c?rev=1646454&r1=1646453&r2=1646454&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/src/apache-2/mod_rivet.c (original)
+++ tcl/rivet/branches/2.2/src/apache-2/mod_rivet.c Thu Dec 18 13:24:44 2014
@@ -1477,7 +1477,7 @@ sendcleanup:
     /* Everything is done and we flush the rivet channel before resetting the status */
 
     TclWeb_PrintHeaders(globals->req);
-    Tcl_Flush(*(conf->outchannel));
+    Tcl_Flush(*(rsc->outchannel));
 
     globals->req->content_sent = 0;
     globals->page_aborting = 0;



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org