Commit f432d6b
fix(codec): point strict refusal at the sender, not the receiver
The previous refusal text told the operator to "re-encode the bytes
with inlining enabled" — but the operator seeing this error is the
receiver, whose session has inlining off. The receiver cannot re-encode
bytes it did not produce; only the sender can.
Reword to direct the fix at the side that can apply it: ask the sender
to re-encode with inlining disabled (the by-name form a strict
receiver actually accepts), or register the UDF on the receiver and
enable inlining on both sides. Phrase preserves the
"inlining is disabled" substring the strict-mode test asserts against.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9e15f72 commit f432d6b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
0 commit comments