fix post with https

This commit is contained in:
zixun
2019-03-26 20:43:35 +08:00
committed by 云风
parent 45afa0fdcf
commit 0c66252cd1

View File

@@ -248,7 +248,7 @@ _ltls_context_write(lua_State* L) {
int all_read = _bio_read(L, tls_p);
if(all_read <= 0) {
luaL_error(L, "bio_read error when _ltls_context_write");
lua_pushstring(L, "");
}
return 1;
}