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
Hi @ruudk, thanks for the report and sorry for the trouble. It turns out this was an unforeseen side-effect of enabling HTTP/2 in the library (cf. #494).
In HTTP/2, all headers are in lowercase. HTTP headers are supposed to be case-insensitive, but since the headers are copied in a regular PHP array, the keys are case-sensitive :/
We'll work on a fix and update here once it's released.
After upgrading from v6.10.0 to v6.19.1 I noticed that the
Request-Id
header does not exist anymore. Instead, you have to userequest-id
.Why was this breaking change not documented and included in a new major?
The text was updated successfully, but these errors were encountered: