mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix test
This commit is contained in:
parent
287800eeab
commit
36cbb2bf4c
@ -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");
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user