Commit 759f904b authored by Dave Cridland's avatar Dave Cridland

Merge pull request #418 from surevine/dwd/OF-985

OF-984 / OF-985 Dialback fixes for to attribute and TLS
parents 22c7eabd c7c4d7c2
......@@ -172,7 +172,7 @@ public class TLSStreamHandler {
return writer.getOutputStream();
}
void start() throws IOException {
public void start() throws IOException {
while (!initialHSComplete) {
initialHSComplete = doHandshake(null);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment