guzzle / psr7

PSR-7 HTTP message library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request Headers Validation issue in >= 2.1.1

ibrasho opened this issue · comments

PHP version: 8.1.4

Description
It seems the

How to reproduce
Building any request seems to trigger this issue.

Possible Solution
https://github.com/guzzle/psr7/blob/master/src/MessageTrait.php#L262
I'm assuming the inverse is the intention?

same as #489

Closing since this is a duplicate.