You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flushing of outbound body when closing connection #708. This fix along with related fixes in swift-nio 2.83.0 should mean we always finish writing the response body before closing the connection.
Move HTTP parser error processing from Swift NIO ChannelHandler to Application. #702
Other changes
Fixed benchmark GitHub action to output correct information on benchmark improvement. Provide Benchmark details in PR comment, instead of next to action run. #701
Add new extensible CacheControlValue to replace the enum CacheControl.Value. #686
Add public error URLEncodedFormError for URLEncodedForm parser. #692
Patch release changes
Wait until inbound stream is closed before closing HTTP2 stream. Fixes issue where full response wasn't being written. This is still an issue for HTTP/1.1 though. #689
Fix decoding of empty arrays and dictionaries in URLEncodedFormDecoder. #692
Other changes
Use Task Locals to isolate metrics/tracing tests from each other. #679