Skip to content

SwiftNIO HTTP/2 1.14.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 20 Aug 13:19
9f4eff0

Semver Minor

  • Bring HPACKHeaders functionality closer to HTTPHeaders from NIOHTTP1. (#232)

Semver Patch

  • Fixed an issue where autoRead in HTTP/2 child channels would not cause read to propagate through the pipeline, making it impossible to exert backpressure. (#231)

Other

  • Fixed the -f option in build_podspecs.sh. (#229) (patch credit to @MrMage)