* (bug 10615) Fix for transwiki import when CURL not available
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 17 Jul 2007 14:46:43 +0000 (14:46 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 17 Jul 2007 14:46:43 +0000 (14:46 +0000)
commit06e677c9c8feb41874675a8e5cd4ccb0fa146b62
tree0a72a28a40dcdc4e17c9274d6f4fcf65fc4aadc3
parent4df0ef4f5c990ce0dbb9b23b559adcf64ada6571
* (bug 10615) Fix for transwiki import when CURL not available
Was doing a POST without sending Content-Length header, which some web servers get real pissy about.
Now sends a 'Content-Length: 0' header
RELEASE-NOTES
includes/HttpFunctions.php