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
As mentioned, public convenience init(initialByteBufferCapacity: Int) is now redundant, but has been left in purely for backwards compatibility when referring to the initializer directly rather than calling it, and can be removed in a future major version:
// TODO: This version is kept around for backwards compatibility and should be merged with the signature below in the next major version: https://github.com/apple/swift-nio-extras/issues/226
As mentioned,
public convenience init(initialByteBufferCapacity: Int)
is now redundant, but has been left in purely for backwards compatibility when referring to the initializer directly rather than calling it, and can be removed in a future major version:swift-nio-extras/Sources/NIOHTTPCompression/HTTPResponseCompressor.swift
Lines 132 to 137 in d1ead62
The text was updated successfully, but these errors were encountered: