Commit 152fdb4
authored
Allow access to status message from a child context. (proxy-wasm#165)
Previously, proxy_get_status() would return status message only when it was
called from the root context, which doesn't work when the effective context
is automatically changed to the calling context as part of the SDK.
With this change, status can be accessed from either root or child context.
Signed-off-by: Piotr Sikora <[email protected]>1 parent 21af4d7 commit 152fdb4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments