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.