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:
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user