hgkw/__init__.py
author Mads Kiilerich <madski@unity3d.com>
Tue, 15 Jan 2013 20:54:57 +0100
branchstable
changeset 1199 b9f44c378e62
parent 0 41c7e55cd9e9
permissions -rw-r--r--
serve: don't send any content headers with 304 responses Fixes HTTP protocol violation introduced in cf5c76017e11. 'hg serve' would show a stacktrace when loading pages that not had been modified. There was test coverage for this, but the wrong response headers wasn't shown and thus not detected. [ original upstream message ]