mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix json.parse bug #1363
This commit is contained in:
@@ -45,6 +45,10 @@ public class SimpleServerTest {
|
||||
response.write(request.getMultipart().getParamMap().toString(), ContentType.TEXT_PLAIN.toString());
|
||||
}
|
||||
)
|
||||
.addAction("test/zeroStr", (req, res)->{
|
||||
res.addHeader("Content-Length", "0".length() + "");
|
||||
res.write("0");
|
||||
})
|
||||
.start();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user