guodongxiaren commented on pull request #1503:
URL: https://github.com/apache/incubator-brpc/pull/1503#issuecomment-938732411
修改了一下,发现ProcessHttpRequest 这个函数在协议类型为http2的时候也调用,但是我这个dump的代码是只能处理http的。
所以加了一个协议类型的判断。
```cpp
if (sample && !is_http2) {
```
有空的时候,帮忙review一下 @zyearn
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]