[Spark] Track SOAP headers ourselves
Review Request #876 — Created Sept. 28, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
878, 880, 881, 877 | |
a0582bb... | |
Reviewers | |
lunr | |
PHP 8.1 made the
__default_headers
property private, and there's no accessor method. We therefore have no way of checking what headers are set. The only way is to track the headers ourselves.
Unit tests