OpenResty POST问题

当我有一个接受 POST 请求的页面,并通过 jQuery 运行它时,我得到了一个 OpenResty 错误:

25031#0: *237 client sent invalid method while reading client pipelined request line, client: <snip>, server: <snip>, request: "name=&gamemode=&plugname=&port="

我不确定为什么会出现这种情况。如果需要更多信息,请随时提问。

点赞
用户2060502
用户2060502

首先,我同意 lhf 的观点,这与 Lua 无关。

这个页面可能含有相关信息 https://github.com/openresty/ngx_openresty/issues/32

提示-使用谷歌 :-)

2014-11-19 10:29:33