Files
netbird/proxy/internal
Maycon Santos 2dfd1542bf [proxy] keep head and tail when truncating the raw-body audit log
Providers put the usage block at the END of the response JSON, so the
head-only 4KB truncation cut off exactly the bytes the audit line exists
to show (run #100's 8KB Bedrock body lost its usage field). Render head
+ '(N bytes omitted)' + tail instead so the trailing usage block always
survives.
2026-07-25 06:20:35 +00:00
..