php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.29k stars 41 forks source link

Handle null explicitly for max body length of FullHttpMessageFormatter #112

Closed jdecool closed 5 years ago

jdecool commented 5 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
License MIT

What's in this PR?

This PR is linked to https://github.com/php-http/HttplugBundle/pull/322 to manage the null state explicitly for the $maxBodyLength parameter of Http\Message\Formatter\FullHttpMessageFormatter.

joelwurtz commented 5 years ago

Thanks @jdecool