This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Description
zendframework/zend-http#116 revealed that malformed HTTP request, in this case with header with empty value, leads to http request factory throwing exception.
Since it is happening early on during application bootstrap, it leads in turn to uncaught exception fatal error instead of proper 400 Bad Request response.