Closed tanmaykm closed 5 years ago
A reader making a call to read the exact number of bytes as what is available in the socket, can get blocked because of the subsequent eof check here: https://github.com/JuliaWeb/MbedTLS.jl/blob/38da8fb6b950bf7184b4b9591eadfc49e62a1454/src/ssl.jl#L439
eof
Following up with PR to fix in a bit
A reader making a call to read the exact number of bytes as what is available in the socket, can get blocked because of the subsequent
eof
check here: https://github.com/JuliaWeb/MbedTLS.jl/blob/38da8fb6b950bf7184b4b9591eadfc49e62a1454/src/ssl.jl#L439