1
0
mirror of https://github.com/apple/swift-nio-extras.git synced 2025-06-01 10:36:15 +08:00

Remove redundant error

This commit is contained in:
David Evans 2021-06-04 13:34:27 +01:00
parent 9810800cfd
commit d2aac16dab

@ -14,12 +14,6 @@
import NIO
/// Data was unexpectedly written or read before the SOCKS proxy
/// connection has been fully established.
public struct ProxyNotEstablished: Error {
}
/// Connects to a SOCKS server to establish a proxied connection
/// to a host. This handler should be inserted at the beginning of a
/// channel's pipeline.