fix: send unrecognized error on wrong http methods
This commit is contained in:
parent
c948324cf2
commit
3a45628e1d
7 changed files with 40 additions and 10 deletions
|
@ -131,7 +131,7 @@ impl Service {
|
|||
Err(e) => {
|
||||
warn!("Could not send request to pusher {}: {}", destination, e);
|
||||
Err(e.into())
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue