mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
nghttpx: Update doc
This commit is contained in:
@@ -108,7 +108,7 @@ StringRef get_reason_phrase(unsigned int status_code) {
|
||||
case 421:
|
||||
return StringRef::from_lit("Misdirected Request");
|
||||
case 425:
|
||||
// https://tools.ietf.org/html/draft-ietf-httpbis-replay-02
|
||||
// https://tools.ietf.org/html/rfc8470
|
||||
return StringRef::from_lit("Too Early");
|
||||
case 426:
|
||||
return StringRef::from_lit("Upgrade Required");
|
||||
|
||||
Reference in New Issue
Block a user