php-http / message

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

Always read size of chunksize if in MemoryStream #110

Closed joelwurtz closed 5 years ago

joelwurtz commented 5 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #107
Documentation /
License MIT

This fix test for php 7.2 / 7.3, PHP seems now to respect fread length better since those version exists, which is misleading in our test since we try to read the default php buffer size (8192)