JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

avoid blocking on unnecessary eof check #192

Closed tanmaykm closed 5 years ago

tanmaykm commented 5 years ago

Added a check in the read loop to break out if we have read the necessary number of bytes, without doing an unnessary eof() call which may block. Added client-server tests to check this condition.

fixes #191

Also updated travis and appveyor configurations to include Julia 1.0.