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
Swift may not return Content-Length header in responce for zero size objects for HEAD request.
A check is needed in ParseObjectFunction.apply(...) method whether Content-Length header is present in responce or not.
The text was updated successfully, but these errors were encountered:
NPE if there is no Content-Length in headers for HEAD responce Contai…
6ce6620
…nX#643
Merge pull request #644 from vinodborole/#643
5ce23b1
NPE if there is no Content-Length in headers for HEAD responce #643
No branches or pull requests
Swift may not return Content-Length header in responce for zero size objects for HEAD request.
A check is needed in ParseObjectFunction.apply(...) method whether Content-Length header is present in responce or not.
The text was updated successfully, but these errors were encountered: