masaori335 opened a new issue #7852: URL: https://github.com/apache/trafficserver/issues/7852
# Overview Change Http2Session and Http2Stream to have appropriate states as Continuation Handler instead of having a bunch of flags. # Motivation For a long time, we've been struggling bunch of issues with the HTTP/2 subsystem. IMO, one of the root causes is Http2Session and Http2Stream are handling every event on only `main_event_handler` and handling many corner cases with flags. Now, we're going to support the HTTP/2 Session on the origin server side too, this might make the situation worse. /cc #7622 -- 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]
