filing just so this is known.
This appeared to be the case with some local experiments but can be verified with an http2 test server that uses padding in grpc/grpc#9776.
The test server sends a 300KB response across a series of small data frames (each has 5 bytes of message but 255 bytes of padding). The sending server appears to run out of flow control quota and stall.
note fix created in #1076