• Anthony Minessale's avatar
    FS-5325 i'll put the nonblocking in but I still think this is a problem with… · 79230a5d
    Anthony Minessale 提交于
    FS-5325 i'll put the nonblocking in but I still think this is a problem with openssl, a short read is not there every single time you connect, When the lib is in full blocking mode it should be handling the complicated actions internally.  As complicated as socket programming is, async ssl is even worse because it requires you to do your own buffering and attemps to read may fail waiting for you to write or vice-versa which should have been handled for us in the lib.  non-interruptable syscalls are getting pretty outdated and not enabling it is much less complex than making every socket app on earth be non-blocking
    79230a5d
名称
最后提交
最后更新
..
build 正在载入提交数据...
doc 正在载入提交数据...
include 正在载入提交数据...
src 正在载入提交数据...
test 正在载入提交数据...
tools 正在载入提交数据...
.update 正在载入提交数据...
AUTHORS 正在载入提交数据...
COPYING 正在载入提交数据...
ChangeLog 正在载入提交数据...
HACKING 正在载入提交数据...
INSTALL 正在载入提交数据...
Makefile.am 正在载入提交数据...
NEWS 正在载入提交数据...
README 正在载入提交数据...
TODO 正在载入提交数据...
acinclude.m4 正在载入提交数据...
acsite.m4 正在载入提交数据...
configure.ac 正在载入提交数据...
configure.gnu 正在载入提交数据...
iksemel.pc.in 正在载入提交数据...
ltmain.sh 正在载入提交数据...
openssl.m4 正在载入提交数据...