You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix partial decoding issues for large and truncated messages
- Add partial_printed flag to track if results were already shown
- Only print partial results in RC_WMORE handler when EOF is hit (rd==0)
- Check partial_printed flag to prevent duplicate output
- Fixes false positives for large messages that need multiple buffer reads
- Fixes duplicate output for truncated messages
Co-authored-by: mouse07410 <5923577+mouse07410@users.noreply.github.com>
0 commit comments