Commit c7e53dd
committed
[FIX] set a default behavior for http methods
Before this commit. there was no default behavior in case the method request was not handled, which meant that we would try to iterate on an undefined `registeredRoutes` which would lead to a traceback.
The issue is not critical as it only leads to an `ERROR` in the logs.1 parent 3184fb1 commit c7e53dd
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
| |||
0 commit comments