Skip to content

SwiftNIO SSL 2.7.1

Compare
Choose a tag to compare
@Lukasa Lukasa released this 27 Mar 08:32
ae21393

Semver Patch

  • Fixed an issue whereby stopTLS had no timeout, so attempting to remove a handler from a pipeline could wedge it open. Timing out now fires an error and fails the promise, but does not close the channel. (#205, #206)