Skip to content

Commit

Permalink
fix post with https
Browse files Browse the repository at this point in the history
  • Loading branch information
lvzixun authored and cloudwu committed Mar 26, 2019
1 parent 45afa0f commit 0c66252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib-src/ltls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0c66252

Please sign in to comment.