Small fixes
A selection of 80 fixes from 174 pull requests.
49.A replaced reason phrase
Custom statusText, including an empty string, disappeared on the way to Node. Pass it through every writeHead call instead of letting Node substitute its default.
11nodeResponse.writeHead(response.status, headers)nodeResponse.writeHead(response.status, response.statusText, headers)