D25632
D25632
Fix PHP 8.1 "preg_match(null)" exception for missing Content-Type
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: When the `Content-Type` HTTP header is empty or missing, `null` is passed to `preg_match()` which is deprecated…