Commit 4ce9a54
committed
fix(codec): decode zerompk Value format before JsonValue fallback
The response codec's payload_to_json_string helper tried JsonValue msgpack
first, which failed for payloads encoded with value_to_msgpack (canonical
Value::Object format used by FieldGet and constant results). Add a
Value-format decode attempt before falling back to the JsonValue path.1 parent 6c59d75 commit 4ce9a54
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
371 | 379 | | |
372 | 380 | | |
373 | 381 | | |
| |||
0 commit comments