shinrich opened a new issue #8183: URL: https://github.com/apache/trafficserver/issues/8183
This is how the handler dispatch is handled in HttpSM::main_handler and in the handleEvent function for Continuations. This way the rcv_* methods in Http2Connection could be methods instead of free functions, and we wouldn't have to pass the Http2ConnectionState object in as the first argument. More C++ consistent. And the rcv_* methods could then access private data about the Http2ConnectionState object. -- 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]
