Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/brazil/SSLConnectionHandler.java

Issue 4705284891082752: Proxy configurators (Closed)
Patch Set: Created Aug. 11, 2014, 12:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
}
}
}

Powered by Google App Engine
This is Rietveld