-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请求错误返回code:read status line failed read status line failed timeout #43
Comments
postBody的内容是什么? |
postBody= "key1="..value1.."&key2="..value2.."&key3="..value3, value是string类型的字符串, 发件人: bounces+848413-8dfe-wangqing_chang=[email protected] [mailto:bounces+848413-8dfe-wangqing_chang=[email protected]] 代表 Wendal Chen postBody的内容是什么? — |
这样不行的, 你得给出确切可重现问题代码. 另外, 问题看上去是后端响应超时,而非lua库的原因 |
我也遇到了这个错误, |
dns超时了吧 |
使用代码形式如下:
local ok, code, headers, status, body =hc:request {
url = url,
method = "POST",
body = postBody,
headers = {["Content-Type"] = "application/x-www-form-urlencoded" }
}
返回信息:
code ='read status line failed read status line failed timeout'
服务端http状态码为499,
我看前面有这个提问,但是回复我的我没有理解意思。
麻烦看下这个问题吧,谢谢!
The text was updated successfully, but these errors were encountered: