This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  c22542991a43d351e448fd9dc6d9662a4aad79f7 (commit)
      from  6a6ee3a2b7ae1ceb6ed6864bab89598891a7f635 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c22542991a43d351e448fd9dc6d9662a4aad79f7
Author: Stefan Rossbach <[email protected]>
Date:   Wed Feb 19 20:27:09 2014 +0100

    [FIX] Socks5Transport did not evaluate XMPP error codes
    
    try
    {
      ...
    }
    catch(/*Pokemon*/ Exception gotcha) {
       ... wait for remote side to connect
    }
    
    Well if the developer would have spend some time reading
    the XEP-65 RFC it would be clear that the remote side may support Socks5
    but do not accept the stream. This is currently the case when the "Use
    IBB only" option is enabled.
    
    The result of this Pokemon Exception handling: idle waiting (30 seconds)
    for a remote connection request that will never been executed/received.
    
    Change-Id: I53f55a0d15d10ca93cbb096d5936251635c628a5
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1417
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../inf/dpp/net/internal/Socks5Transport.java      |   49 +++++++++++++++----
 1 files changed, 38 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to