Commit 77bdac69 authored by Pål Hermunn Johansen's avatar Pål Hermunn Johansen Committed by Martin Blix Grydeland

Update RFC reference

Fixes #1809, backported from master.

Original patch by Federico G. Schwindt (fgsch) is 54471f2a
parent 62b5e3f4
......@@ -224,7 +224,7 @@ RFC2616_Body(struct busyobj *bo, struct dstat *stats)
if (hp->status == 204) {
/*
* 204 is "No Content", obviously don't expect a body.
* [RFC2616 10.2.5 p60]
* [RFC7230 3.3.1 p28 and 3.3.2 p30]
*/
stats->fetch_204++;
return (BS_NONE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment