[ 
https://issues.apache.org/jira/browse/HTTPCORE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16700077#comment-16700077
 ] 

ASF GitHub Bot commented on HTTPCORE-563:
-----------------------------------------

GitHub user dmap opened a pull request:

    https://github.com/apache/httpcomponents-core/pull/94

    Basic client support for SOCKS version 5 (no authentication)

    Issue: https://issues.apache.org/jira/browse/HTTPCORE-563

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dmap/httpcomponents-core feature/HTTPCORE-563

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/httpcomponents-core/pull/94.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #94
    
----
commit 2145d4ef0afe9d0f99551afcb8cd7997c56cb14d
Author: David Maplesden <david@...>
Date:   2018-11-27T03:13:05Z

    Basic client support for SOCKS version 5 (no authentication)
    
    Issue: https://issues.apache.org/jira/browse/HTTPCORE-563

----


> Add SOCKS Proxy support to HttpCore NIO
> ---------------------------------------
>
>                 Key: HTTPCORE-563
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-563
>             Project: HttpComponents HttpCore
>          Issue Type: New Feature
>          Components: HttpCore NIO
>    Affects Versions: 5.0
>            Reporter: David Maplesden
>            Priority: Major
>
> I would like to add support for SOCKS proxies to HttpCore NIO classes.  SOCKS 
> proxies are already supported for 'classic' or 'blocking' IO via the standard 
> JVM support, however the JVM does not support SOCKS for nio Sockets and so 
> currently the HttpCore NIO classes cannot support a SOCKS proxy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to