GitHub user jaikiran opened a pull request:

    https://github.com/apache/ant-ivy/pull/23

    Use the specified timeout for connections in BasicURLHandler

    The commit here fixes the `BasicURLHandler` to use the specified timeout 
for connection timeout. It also updates the `BasicURLHandlerTest` to specify a 
timeout while using this handler so that the test doesn't take unnecessary long 
(currently takes around 4 minutes) trying to test connection to an non-existent 
location.
    
    At this point, the goal of this PR _isn't_ to enhance the `BasicURLHandler` 
for various other timeouts aspects, but merely to take into account the passed 
timeout and let the `BasicURLHandlerTest` complete faster.


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

    $ git pull https://github.com/jaikiran/ant-ivy basic-url-handler

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

    https://github.com/apache/ant-ivy/pull/23.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 #23
    
----
commit c1ad21bf966d01dc5cceca82f102c0f7843d5617
Author: Jaikiran Pai <jaikiran....@gmail.com>
Date:   2017-05-21T05:29:58Z

    Use the specified timeout for connections in BasicURLHandler

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to