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
storage_accounts::list_service_sas cannot work after #157
<BODY><h2>Length Required</h2>\r\n<hr><p>HTTP Error 411. The request must be chunked or have a content length.</p>\r\n</BODY>
Seems similar to seanmonstar/reqwest#838
It is now sending an empty body, but doesn't send content-length
let req_body = bytes::Bytes::from_static(azure_core::EMPTY_BODY);
cc @ctaggart
The text was updated successfully, but these errors were encountered:
Sorry about that @karataliu. I'll have a look.
Sorry, something went wrong.
It's working well now. Thank you.
Great to hear! Thanks for letting us know.
ctaggart
Successfully merging a pull request may close this issue.
storage_accounts::list_service_sas cannot work after #157
Seems similar to seanmonstar/reqwest#838
It is now sending an empty body, but doesn't send content-length
cc @ctaggart
The text was updated successfully, but these errors were encountered: