mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -50,7 +50,7 @@ public class SimpleServerTest {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
// 测试输出响应内容是否能正常返回Content-Length头信息
|
// 测试输出响应内容是否能正常返回Content-Length头信息
|
||||||
.addAction("test/zeroStr", (req, res)-> {
|
.addAction("test/zeroStr", (req, res) -> {
|
||||||
res.write("0");
|
res.write("0");
|
||||||
Console.log("Write 0 OK");
|
Console.log("Write 0 OK");
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user