]> arthur.barton.de Git - bup.git/commit
cmd/web: tiny fix to make redirects work with Firefox. bup-0.15b
authorGabriel Filion <lelutin@gmail.com>
Mon, 12 Jul 2010 06:23:24 +0000 (02:23 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 12 Jul 2010 06:23:24 +0000 (02:23 -0400)
commit4a4e7f1801fee9a6782b7420bc6fe525311db77b
tree1a9a45cb37170e013201092a8d5daaa310dee36b
parent92367a837056d44a1eb93dc53d144c437fe1addc
cmd/web: tiny fix to make redirects work with Firefox.

Firefox honours Content-Length even for 301 redirects, so if the field isn't
provided, it assumes there's an unlimited amount of data and just hangs.

Also fixed a typo in the man page.
Documentation/bup-web.1.md
cmd/web-cmd.py