We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775aa23 commit 2316fdaCopy full SHA for 2316fda
CSharp-OpenBMCLAPI/Modules/WebServer/Response.cs
@@ -65,7 +65,7 @@ public async Task Call(Client client, Request request)
65
{ 410, "Gone" }, // 资 源 死 了 , 删 了 吧
66
{ 411, "Length Required" }, // 你要多长,你不告诉我,我咋知道
67
{ 412, "Precondition Failed" }, // 不是不报,条件未满足
68
- { 413, "Content Too Large" }, // 请 求 实 体 太 大
+ { 413, "Payload Too Large" }, // 请 求 实 体 太 大
69
{ 414, "URI Too Long" }, // 链 接 太 长
70
{ 415, "Unsupported Media Type" }, // 请求数据的媒体格式不支持
71
{ 416, "Range Not Satisfiable" }, // 你范围太大了
0 commit comments