liubao68 edited a comment on issue #1201: 
ServerRestArgsFilter可能提前返回响应,导致后面的Filter无效
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1201#issuecomment-558490483
 
 
   ```
   ServerRestArgsFilter#beforeSendResponseAsync
   ```
   已经是HTTP请求响应的最后一个环节,这个环节写流是合理的操作。 
是否可以通过调整HttpServerFilter的顺序,将你需要提前执行的内容放在ServerRestArgsFilter前面执行就满足要求了? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to