You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/29 19:51:41 UTC

[commons-net] branch master updated: [NET-685] Update SocketClient default connect timeout from ∞ to 60 seconds #51.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ed5c61  [NET-685] Update SocketClient default connect timeout from ∞ to 60 seconds #51.
6ed5c61 is described below

commit 6ed5c61134f1663d2ef0da433975261dc6f89439
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 29 14:51:37 2020 -0500

    [NET-685] Update SocketClient default connect timeout from ∞ to 60
    seconds #51.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d7e36e0..e494034 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,6 +88,9 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory" due-to="Dependabot">
             Bump junit from 4.13 to 4.13.1 #67.
             </action>
+            <action issue="NET-685" type="update" dev="ggregory" due-to="Simo385">
+            Update SocketClient default connect timeout from ∞ to 60 seconds #51.
+            </action>
         </release>
         <release version="3.7.1" date="2020-09-30" description="Maintenance and bug fix release.">
             <action issue="NET-687" type="fix" dev="ggregory" due-to="Gary Gregory, Mikael, j-verse">