We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9800418 commit 472b2eaCopy full SHA for 472b2ea
src/aleph/http/client.clj
@@ -412,7 +412,7 @@
412
[^ChannelPipeline p proxy-connected proxy-options ssl?]
413
(if (some? proxy-options)
414
(let [proxy (proxy-handler (assoc proxy-options :ssl? ssl?))]
415
- (.addFirst p "proxy" ^ChannelHandler proxy)
+ (.addLast p "proxy" ^ChannelHandler proxy)
416
;; well, we need to wait before the proxy responded with
417
;; HTTP/1.1 200 Connection established
418
;; before sending any requests
0 commit comments