dd168f406e
Motivation: `DefaultHttp2FrameStream.stream` is not used outside of its class and therefore can be private. Modifications: - Make `DefaultHttp2FrameStream.stream` private; Result: Correct visibility scoping for `DefaultHttp2FrameStream.stream`.