amphp / http

HTTP primitives which can be shared by servers and clients.
https://amphp.org/http
MIT License
88 stars 10 forks source link

fix validate header with dot #19

Closed PNixx closed 1 year ago

PNixx commented 1 year ago

On received header client.limit: 100 an error is thrown Invalid header name

kelunik commented 1 year ago

@trowski We should backport this to 1.x and also have a look at the header parsing regex again, but that's out of scope for this PR.