Index: openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl,v diff -u -r1.47.2.1 -r1.47.2.2 --- openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 17 Sep 2013 17:49:23 -0000 1.47.2.1 +++ openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 24 Sep 2013 09:13:00 -0000 1.47.2.2 @@ -670,13 +670,13 @@ if {$use_h264} { #my log "MP4 q=[::xo::cc actual_query], h=[ns_set array [ns_conn outputheaders]]" my do -async ::h264Spooler spool -delete $delete -channel $ch -filename $filename \ - -context [list [::xo::cc requestor],[::xo::cc url] [ns_conn start]] \ + -context [list [::xo::cc requestor],[::xo::cc url],$query [ns_conn start]] \ -query $query \ -client_data $client_data } else { #my log "FILE SPOOL $filename" my do -async ::fileSpooler spool -ranges $ranges -delete $delete -channel $ch -filename $filename \ - -context [list [::xo::cc requestor],[::xo::cc url] [ns_conn start]] \ + -context [list [::xo::cc requestor],[::xo::cc url],$query [ns_conn start]] \ -client_data $client_data } #