Commit e136c53
committed
Enable handling of requests with no parameters.
An example of this is the "shutdown" request. It has no parameters (parameter type is void), and so this was failing with a swallowed exception.
Also, log the exception so if there turn out to be any other edge cases they'll be easier to diagnose.1 parent 1158fd8 commit e136c53
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
0 commit comments