diff options
author | Your Name <you@example.com> | 2024-11-03 17:02:05 +1100 |
---|---|---|
committer | Your Name <you@example.com> | 2024-11-03 17:02:05 +1100 |
commit | 0d386684e7a1247bdf098b21ebaf0a6bf94da39a (patch) | |
tree | 5e81e6610aa38fcb39b618e9fb876466dcc40e7d /http-cache.tcl | |
parent | a3bdaf37b72013fe581f108c4798137e1ea267cd (diff) |
Diffstat (limited to 'http-cache.tcl')
-rwxr-xr-x | http-cache.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/http-cache.tcl b/http-cache.tcl index f377770..ee58981 100755 --- a/http-cache.tcl +++ b/http-cache.tcl @@ -27,9 +27,4 @@ namespace eval cache { } } - # Process the precache - foreach i $::http::configure::precache { - add [string cat $::http::configure::srv $i] - } - } |