We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88f3b9 commit 3f51da2Copy full SHA for 3f51da2
src/firecracker/src/api_server/parsed_request.rs
@@ -276,7 +276,7 @@ pub(crate) enum RequestError {
276
#[error("API Resource IDs can only contain alphanumeric characters and underscores.")]
277
InvalidID,
278
// The HTTP method & request path combination is not valid.
279
- #[error("Invalid request method and/or path: {} {0}.", .1.to_str())]
+ #[error("Invalid request method and/or path: {} {}.", .1.to_str(), .0)]
280
InvalidPathMethod(String, Method),
281
// An error occurred when deserializing the json body of a request.
282
#[error("An error occurred when deserializing the json body of a request: {0}.")]
0 commit comments