We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af37c9 commit 5670c3cCopy full SHA for 5670c3c
Sources/NIOHTTPClient/HTTPClientProxyHandler.swift
@@ -70,6 +70,7 @@ internal final class HTTPClientProxyHandler: ChannelDuplexHandler, RemovableChan
70
context.fireErrorCaught(HTTPClientErrors.InvalidProxyResponseError())
71
}
72
case .end:
73
+ self.readState = .connecting
74
_ = self.handleConnect(context: context)
75
case .body:
76
break
0 commit comments