Small fixes
A selection of 80 fixes from 174 pull requests.
21.A bodyless response
A streaming HEAD response handed cleanup to its body stream, then omitted the body. Keeping HEAD on the normal cleanup path closes the request scope.
11response = scopeTransferToStream(response)if (request.method !== "HEAD") response = scopeTransferToStream(response)