-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unrecognized http status code: 411 when detaching disk via InstanceClient#detachDiskInstance #3735
Comments
Actually every usage of InstanceClient#detachDiskInstance fails. Here is example of code that fails:
|
It seems to be more a like bug in detach functionality of compute api v1 than a question. |
The problem noted at JetBrains/teamcity-google-agent#27 (comment) seems to be the same thing, but with |
ack. Fix is probably just adding the content-length header to all requests. This fix will be added to the gax-java dependency. Thanks for triaging @matti-cujo |
When trying to detach disk via InstanceClient#detachDiskInstance the operation fails with the stacktrace
The text was updated successfully, but these errors were encountered: