summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2020-08-12 09:20:56 (GMT)
committerkjnash <k.j.nash@usa.net>2020-08-12 09:20:56 (GMT)
commitcc21b0be2ad2d9c16af8d9dbdf188110479ebfc7 (patch)
treeef18a0690d6a018f36620dab6a525741fb5b6377 /unix/Makefile.in
parentdddf36c195fb2a2339ff504255797b1a9f77bb0e (diff)
downloadtcl-cc21b0be2ad2d9c16af8d9dbdf188110479ebfc7.zip
tcl-cc21b0be2ad2d9c16af8d9dbdf188110479ebfc7.tar.gz
tcl-cc21b0be2ad2d9c16af8d9dbdf188110479ebfc7.tar.bz2
Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transactions in which the server indicates neither a Content-Length nor that it will close the socket on completion ("Connection: close"). The HTTP/1.1 rule is that the response header "Connection", if absent, must default to "keep-alive"; but this rule does not apply to HTTP/1.0. Add test http11-3.4 and bump version to 2.9.4.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 3e0dd1e..07ce3b7 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -944,8 +944,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @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.3.tm";
+ @echo "Installing package http 2.9.4 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.4.tm";
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \