-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Error when CreateVMReq does not have Spec (#470)
* fix: Error when CreateVMReq does not have Spec In the rare case that a user either: - Sends the wrong request type to the server (ie uses BloomRPC to send a ListReq to a Create call) - Does not include a Spec at all on a CreateMicroVMRequest we check for its presence and error if not found. We are doing something similar for other server requests, so this completes it.
- Loading branch information
1 parent
945ad35
commit d33959f
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters