From 06c577046779ecd29f701f3364ce8aa607752dcb Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Fri, 22 Nov 2024 15:15:47 -0500 Subject: [PATCH] oops --- src/httpd.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpd.tcl b/src/httpd.tcl index d57e421..a16409a 100644 --- a/src/httpd.tcl +++ b/src/httpd.tcl @@ -52,7 +52,7 @@ namespace eval ::httpd { lassign [split header :] key value set key [string tolower [string trim $key]] set value [string trim $value] - dict lappend $key $value + dict lappend headers $key $value } foreach {pathpat proc} [set routes($parent)] { -- 2.45.2