当我测试Apache路线时,我正用我的应用程序面对ClosedChannelException。HttpStatus.SC_OK).responseModel(MyMsg.class).endResponseMessage() //some other lines
.marshal().jaxb(MyMsg.class.getPackage().
REST的一个使用者说,有时我会返回一个400BadRequest - The request sent by the client was syntactically incorrect.错误。我的应用程序(Python/Flask)日志似乎没有捕捉到这一点,我的webserver/Nginx日志也是如此。
编辑:为了调试的目的,我想尝试在瓶中</