「工作笔记」RESTEASY-1784 Exception during chunked transfer is suppressed

处理问题:

具体的问题:

简单总结就是Exceptionchunked transfer的过程中没有被传输。

测试项目:

运行测试项目,验证了issue里面的报告:

做一个不是chunked的异常抛出资源:

进行请求:

$ http -v localhost:8080/1784/NormalError

可以看到异常被正确抛出:

服务端也可以看到WARNING

用户提交的问题分析:

后续继续分析这个问题,并给出解决办法。

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues