Skip to content
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

rgw: accept data only at the first time in response to a request #8084

Merged
merged 1 commit into from Mar 30, 2016

Commits on Mar 15, 2016

  1. rgw: accept data only at the first time in response to a request

    Because the member "max_response" in class "RGWRESTSimpleRequest" is
    initialized 0, data packages cannot be accepted when the function
    "receive_data()" is called again.
    
    This patch initialize the value of "max_response" to "content-length".
    
    Signed-off-by: sunspot <sunspot0105@gmail.com>
    sunfch committed Mar 15, 2016
    Copy the full SHA
    98cf431 View commit details
    Browse the repository at this point in the history