WindowUpdate https://tools.ietf.org/html/rfc7540#section-6.9
| 10 | |
| 11 | // WindowUpdate https://tools.ietf.org/html/rfc7540#section-6.9 |
| 12 | type WindowUpdate struct { |
| 13 | increment int |
| 14 | } |
| 15 | |
| 16 | func (wu *WindowUpdate) Type() FrameType { |
| 17 | return FrameWindowUpdate |
nothing calls this directly
no outgoing calls
no test coverage detected