~loggerhead-team/loggerhead/trunk-rich

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 02:33:15 UTC
  • Revision ID: john@arbash-meinel.com-20110210023315-515pkynlfpfs3cvm
Fix bug #716201 by suppressing body content when getting a HEAD request.

This adds some WSGI middleware that suppresses returning body content if a HEAD request
is received.

Note that we don't yet pass GET down to the lower levels, so they could still
decide whether they can do less work or not. We may want to make the standard BranchWSGIApp
do less work under those circumstances.
Filename Latest Rev Last Changed Committer Comment Size
..
docs 401.2.1 14 years ago Tres Seaver Add Sphinx-based documentation. Diff
loggerhead 1 17 years ago Robey Pointer initial checkin Diff
.bzrignore 408 14 years ago Ian Clatworthy Merge John's minor cleanups 137 bytes Diff Download File
__init__.py 422.3.2 13 years ago John Arbash Meinel Fix bug #716201 by suppressing body content when g 5.8 KB Diff Download File
COPYING.txt 183.2.1 16 years ago John Arbash Meinel Add Copyright information to most files. Fix the 17.5 KB Diff Download File
info.py 422.3.1 13 years ago John Arbash Meinel Switch info back to include bzr.dev 330 bytes Diff Download File
loggerhead.conf.example 329.2.4 14 years ago Matt Nordhoff Remove trailing whitespace in the non-Python files 2.8 KB Diff Download File
File loggerheadd 329.2.1 15 years ago Matt Nordhoff Strip trailing whitespace 2.4 KB Diff Download File
Makefile 140.1.1 16 years ago Michael Hudson add do nothing check target 178 bytes Diff Download File
MANIFEST.in 165 16 years ago Martin Albisetti * Remove homepage * Remove release tarballs * R 86 bytes Diff Download File
NEWS 422.3.2 13 years ago John Arbash Meinel Fix bug #716201 by suppressing body content when g 14.9 KB Diff Download File
README 406 14 years ago Ian Clatworthy Clean-up trailing whitespace 555 bytes Diff Download File
File serve-branches 376 15 years ago Matt Nordhoff Pass around and use argv correctly 935 bytes Diff Download File
serve-branches.1 217.1.8 16 years ago Guillermo Gonzalez * merge with trunk (resolve conflicts in NEWS and 1.1 KB Diff Download File
File setup.py 389.2.1 14 years ago Matt Nordhoff Some random PEP 8 and otehr stylistic changes. 3.5 KB Diff Download File
File start-loggerhead 389.2.2 14 years ago Matt Nordhoff Merge my old pep8 branch 5.2 KB Diff Download File
start-loggerhead.1 197.1.6 16 years ago Jelmer Vernooij add --log-folder option. 1 KB Diff Download File
File stop-loggerhead 329.1.14 15 years ago Matt Nordhoff Always use a tuple in string formatting 1.6 KB Diff Download File
stop-loggerhead.1 197.1.7 16 years ago Jelmer Vernooij Add --pidfile option to stop-loggerhead. 654 bytes Diff Download File