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(globals): split sapi header value containing : correctly
When SapiHeader::value() is used on a header with a value containing
a : character, it cuts off after that character. This change ensures
the full header value can be retrieved.
Refs: #441
0 commit comments