~aleteoryx/tclfeed-bsky

06c577046779ecd29f701f3364ce8aa607752dcb — Aleteoryx 29 days ago 6a226e9
oops
1 files changed, 1 insertions(+), 1 deletions(-)

M src/httpd.tcl
M src/httpd.tcl => src/httpd.tcl +1 -1
@@ 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)] {