Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.153.2.65 -r1.153.2.66 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 7 Jul 2024 10:18:33 -0000 1.153.2.65 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 28 Aug 2024 06:32:37 -0000 1.153.2.66 @@ -1446,8 +1446,11 @@ ad_proc -public ad_script_abort {} { Aborts the current running Tcl script, returning to the request processor. - Used to stop processing after doing ad_returnredirect or other commands - which have already returned output to the client. + Used to stop processing after doing ad_returnredirect or other + commands which have already returned output to the client. After + such operations, the connection for this request is closed and no + more replies can be sent to the client. + } { ad_raise ad_script_abort }