nghttpx: Update doc
This commit is contained in:
parent
3002f31b1f
commit
02566ee383
|
@ -108,7 +108,7 @@ StringRef get_reason_phrase(unsigned int status_code) {
|
||||||
case 421:
|
case 421:
|
||||||
return StringRef::from_lit("Misdirected Request");
|
return StringRef::from_lit("Misdirected Request");
|
||||||
case 425:
|
case 425:
|
||||||
// https://tools.ietf.org/html/draft-ietf-httpbis-replay-02
|
// https://tools.ietf.org/html/rfc8470
|
||||||
return StringRef::from_lit("Too Early");
|
return StringRef::from_lit("Too Early");
|
||||||
case 426:
|
case 426:
|
||||||
return StringRef::from_lit("Upgrade Required");
|
return StringRef::from_lit("Upgrade Required");
|
||||||
|
|
Loading…
Reference in New Issue