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
Defer creation of HAR file until first Curler request
Allow $uuid to be given via callback (e.g. to match Sync::getRunUuid())
Curler
Add optional $event parameter to CurlerHarRecorder::start()
Fixed
Http
Fix OAuth2Client issue where a stale JWKS may not be refreshed
Fix HttpHeaders issue where getLines() returns unsorted headers after the collection is sorted or reversed
Add and implement HttpHeadersInterface::canonicalize() to resolve issue where HttpHeaders::getLines() may return headers in an order not compliant with [RFC7230]