 Issue 4705284891082752:
  Proxy configurators  (Closed)
    
  
    Issue 4705284891082752:
  Proxy configurators  (Closed) 
  | Index: src/org/adblockplus/brazil/SSLConnectionHandler.java | 
| diff --git a/src/org/adblockplus/brazil/SSLConnectionHandler.java b/src/org/adblockplus/brazil/SSLConnectionHandler.java | 
| index 09eb5d1177cb00fb6d19588fef189f145951ae78..d3d5f7bf3a24bd14e3174cd319f89872515c7abf 100644 | 
| --- a/src/org/adblockplus/brazil/SSLConnectionHandler.java | 
| +++ b/src/org/adblockplus/brazil/SSLConnectionHandler.java | 
| @@ -171,7 +171,8 @@ public class SSLConnectionHandler extends BaseRequestHandler | 
| } | 
| catch (final IOException e) | 
| { | 
| - e.printStackTrace(); | 
| + // Just swallow as we can't recover from this | 
| + // e.printStackTrace(); | 
| 
Felix Dahlke
2014/08/19 09:06:00
Just remove this then :)
 
René Jeschke
2014/08/19 10:41:33
Done.
 | 
| } | 
| } | 
| } |