We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec9df2 commit 87c7db6Copy full SHA for 87c7db6
src/buffered_socket.jl
@@ -48,7 +48,7 @@ function fill_in(bio::BufferedTLSSocket, atleast::Int)
48
if bytes_read > 0
49
avail += Base.write(bio.in, first(bio.readbuff, bytes_read))
50
else
51
- MbedTLS.wait_for_decrypted_data(bio.sock)
+ eof(bio.sock)
52
end
53
54
0 commit comments