Commit bc2447d
Fix content-length header after JWT token scrubbing
The content-length header needs to be updated after replacing the JWT token
with 'scrubbed'. The original token was ~872 chars longer than 'scrubbed',
so the content-length is reduced from 1518 to 646 bytes.
Thanks for catching this important detail!
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 091c605 commit bc2447d
File tree
1 file changed
+1
-1
lines changed- tests/models/cassettes/test_google
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments