Based on debugging, it seems that when HTTP2 session ping fails the stalling is happening. What does this error mean and how does it impact outgoing requests from chrome browsers?
t=476451 [st=302960] HTTP2_SESSION_SEND_DATA
--> fin = true
--> size = 59
--> stream_id = 1021
t=486451 [st=312960] HTTP2_SESSION_CLOSE
--> description = "Failed ping."
--> net_error = -352 (ERR_HTTP2_PING_FAILED)
t=486452 [st=312961] HTTP2_SESSION_POOL_REMOVE_SESSION
Any help or pointer is really appreciated.