apple / swift-nio-http2

HTTP/2 support for SwiftNIO
https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2
Apache License 2.0
462 stars 82 forks source link

flowControlledSize only counts DATA frames #388

Closed rnro closed 1 year ago

rnro commented 1 year ago

Motivation:

HTTP2 flow control only cares about DATA frame sizes so we can be more accurate and drop the complexity of flowControlledSize

Modifications:

flowControlledSize only returns non-zero sizes forDATA` frames

Result:

flowControlledSize only returns non-zero sizes forDATA` frames