We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
上层nginx->下层nginx->demo, 当两个nginx 使用 httpc:request_uri() 链式请求时,下层nginx正常,上层nginx 提示如下异常, request_uri(): unread data in buffer, 这将导致无法进行nginx之间无法使用该方法进行长连接, 有什么好的解决办法吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
上层nginx->下层nginx->demo,
当两个nginx 使用 httpc:request_uri() 链式请求时,下层nginx正常,上层nginx 提示如下异常,
request_uri(): unread data in buffer,
这将导致无法进行nginx之间无法使用该方法进行长连接,
有什么好的解决办法吗?
The text was updated successfully, but these errors were encountered: