aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/hello.cpp')
-rw-r--r--src/tls/hello.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tls/hello.cpp b/src/tls/hello.cpp
index 45eedbd76..510aabb3a 100644
--- a/src/tls/hello.cpp
+++ b/src/tls/hello.cpp
@@ -32,7 +32,6 @@ void HandshakeMessage::send(Record_Writer& writer, TLS_Handshake_Hash& hash) con
hash.update(send_buf);
writer.send(HANDSHAKE, &send_buf[0], send_buf.size());
- writer.flush();
}
/*