mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
nghttpx: Update doc
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user