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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Bug fix: filter out header sources only if the value is an empty string
A previous change checked for a truthy `$value` in SAPI header sources
within the `marshal_headers_from_sapi()` function, which could lead to
problems when the value was `0` or `'0'`.
This patch adds tests to prevent future changes from causing the issue
to re-surface, as well as a fix for the problem.
0 commit comments