Loading src/main/byte_stream.cc +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ bool PlainByteStream::WriteValue(const OutgoingValueInterface &value) { SslByteStream::SslByteStream(SSL *ssl) : ssl_(ssl) {} SslByteStream::~SslByteStream() { SSL_free(ssl_); } bool SslByteStream::Read(void *buf, size_t n) { Loading src/main/message_stream.cc +2 −2 File changed.Contains only whitespace changes. Show changes Loading
src/main/byte_stream.cc +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ bool PlainByteStream::WriteValue(const OutgoingValueInterface &value) { SslByteStream::SslByteStream(SSL *ssl) : ssl_(ssl) {} SslByteStream::~SslByteStream() { SSL_free(ssl_); } bool SslByteStream::Read(void *buf, size_t n) { Loading