未验证 提交 c5708e8c 编写于 作者: P Pranav K 提交者: GitHub

Fixup ArgumentOutOfRangeException (#54161)

上级 17481fef
......@@ -21,7 +21,7 @@ status switch
400 => 12,
404 => 13,
500 => 14,
_ => throw new ArgumentOutOfRangeException()
_ => throw new ArgumentOutOfRangeException(nameof(status))
};
private static readonly HeaderField[] s_staticDecoderTable = new HeaderField[]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册