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
ResponseChain.FullResponseBytes/String could return data backed by a pooled buffer after release, risking corrupted reads/races. PR #708 fixes by returning a safe copy and making Close() idempotent.