mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix post with https
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user