softwaremill / sttp

The Scala HTTP client you always wanted!
https://sttp.softwaremill.com
Apache License 2.0
1.45k stars 309 forks source link

socks 4 support #267

Closed vipmax closed 5 years ago

vipmax commented 5 years ago

Hello! I got java.net.SocketException: Malformed reply from SOCKS server when requesting throught a socks4 proxy. Google says that its jdk bug. https://stackoverflow.com/questions/21742103/http-call-with-socks-4-proxy Is it possible to fix?

adamw commented 5 years ago

Well ... if it's a jdk bug, then the jdk would have to fix it :) You'll need to provide some more details - which version of java, scala, sttp you are using? Which backend?

adamw commented 5 years ago

Closing due to lack of activity