Tcl Library Source Code

Artifact [19cf8ae5da]
Login
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA

Artifact 19cf8ae5dad977035fc7c67017b5ca050adabee7:

Attachment "rest.patch" to ticket [63a49163a8] added by Wrenky 2016-02-16 22:58:18. (unpublished)
--- rest.tcl	2016-02-16 22:25:52.048007480 +0000
+++ /usr/lib64/tcl8.5/tcllib1.17/rest/rest.tcl	2016-02-16 22:27:24.149745284 +0000
@@ -486,7 +486,7 @@
             lappend data [dict get $token(meta) Location]
         }
         http::cleanup $t
-        $usercb ERROR $data
+        {*}$usercb ERROR $data
         return
     }
     set data [http::data $t]