-
jwang authored
For SSL in close_connection, current implementation use close_socket_gracefully to close socket firstly, then SSL_free. In my testing, this approach may cause some pending write data missing. I'd suggest use standard SSL_shutdown in SSL conection. It need call twice according to openSSL manual - one call sends the close_notify alert and one call receives the response from the peer
063b26fe
Name |
Last commit
|
Last update |
---|---|---|
build | ||
examples | ||
lua-5.2.1 | ||
test | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
UserManual.md | ||
main.c | ||
mod_lua.c | ||
mongoose.c | ||
mongoose.h |