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
LoggerPlugin verbose tracing — header_count field on request and response log events when verbose mode is enabled.
Fixed
Path params — substitute placeholders per /-segment so names that are prefixes of another (e.g. :user vs :user_id) no longer corrupt later segments.
Retry-After — honor server delays exactly (jitter no longer shortens them); parse HTTP-date values (RFC 7231) in addition to delay-seconds; past dates retry immediately.
SSE — normalize LF, CR, and CRLF line endings (including CRLF split across chunks); strip only one optional space after field colons per the SSE spec.