diff options
author | patthoyts <patthoyts@noemail.net> | 2009-04-19 18:27:58 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2009-04-19 18:27:58 (GMT) |
commit | 4fcd307d7cf8beef1402c153be1ce84a6dffab0f (patch) | |
tree | 3b26238ddcfadfd8972ccfc769b72d9455ad5342 /win | |
parent | 64518f550b31a5c1e75b91afee18ba9b4cda4c69 (diff) | |
download | tcl-4fcd307d7cf8beef1402c153be1ce84a6dffab0f.zip tcl-4fcd307d7cf8beef1402c153be1ce84a6dffab0f.tar.gz tcl-4fcd307d7cf8beef1402c153be1ce84a6dffab0f.tar.bz2 |
Removed newline appended to POST data.
Added tests to check that the data provided by a POST is as stated in the content-length [Bug 2715421]
FossilOrigin-Name: dfd6051afd67aceec1ca6933b5412ddad03065bb
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index ed0632f..1f6d5ce 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.154 2009/04/10 14:19:45 patthoyts Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.155 2009/04/19 18:28:00 patthoyts Exp $ VERSION = @TCL_VERSION@ @@ -696,8 +696,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.8.0 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.0.tm; + @echo "Installing package http 2.8.1 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.1.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |