diff options
author | kjnash <k.j.nash@usa.net> | 2020-07-24 18:43:28 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2020-07-24 18:43:28 (GMT) |
commit | baf9ec7e2de72db256e852153bb4213dea2b3485 (patch) | |
tree | 2184f02f725efe33be881c4d92ed98817e99d81d /unix/Makefile.in | |
parent | a352df54ff00f9867198ffb01b4ec4f4f2f162ac (diff) | |
download | tcl-baf9ec7e2de72db256e852153bb4213dea2b3485.zip tcl-baf9ec7e2de72db256e852153bb4213dea2b3485.tar.gz tcl-baf9ec7e2de72db256e852153bb4213dea2b3485.tar.bz2 |
Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if absent, must default to "keep-alive". Add test http11-1.13 and bump http version to 2.9.3.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 21967bd..b7a4d03 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1039,9 +1039,9 @@ install-libraries: libraries @for i in $(TOP_DIR)/library/cookiejar/*.gz; do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \ done - @echo "Installing package http 2.9.2 as a Tcl Module" + @echo "Installing package http 2.9.3 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \ - "$(MODULE_INSTALL_DIR)/8.6/http-2.9.2.tm" + "$(MODULE_INSTALL_DIR)/8.6/http-2.9.3.tm" @echo "Installing package opt 0.4.7" @for i in $(TOP_DIR)/library/opt/*.tcl; do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ |