masaori335 opened a new pull request #7845:
URL: https://github.com/apache/trafficserver/pull/7845


   Part of address #6877. One of things makes HTTP/2 Session complicated is 
`Http2ClientSession` & `Http2ConnectionState` are calling each other as 
`Continuation`. To make this simple, I propose below.
   
   1). Make `Http2ConnectionState` just a class
   2). Introduce states of HTTP/2 session as Continuation Handler
   
   <img width="1030" alt="Screen Shot 2021-07-07 at 15 50 21" 
src="https://user-images.githubusercontent.com/741391/124713132-1dbe3000-df3b-11eb-8fe9-d69d5ac95d32.png";>
   
   
https://gist.github.com/masaori335/f16a851b50bec2f69e4034844a40ab59#file-http2ssn-uml


-- 
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]


Reply via email to