HTTP2 connection with prior knowledge initiated by curl, No TLS. Server sendsGoAway frame after processing each request. I suspect the problem/bug here is that the request that reads the trailingGOAWAY isn't properly considered as a "dead connection" to get retried on anew connection. Have y...