apple / swift-nio-http2

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

ContentLengthVerifier Update #369

Closed carolinacass closed 1 year ago

carolinacass commented 1 year ago

Motivation: Currently, swift-nio-http2 ignores content length when handling a response to a HEAD request and handling a 304 response.

Modifications: Changing ContentLengthVerifier and any functions called

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

Lukasa commented 1 year ago

Can you run scripts/generate_linux_tests.rb please?