Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debugging info to HTTP2StreamChannel too. (#198)
Motivation: Sometimes folks will want to print things about the HTTP2StreamChannel, and we should give them the things we can safely get. We also may want a shorter log for NIOHTTP2Handler as the standard description, with the wall of text available in the debug description. Modifications: - Conform HTTP2StreamChannel to CustomStringConvertible - Conform NIOHTTP2Handler to CustomDebugStringConvertible. Result: Even better debug info.
- Loading branch information