Set 'stream' to `true` for Guzzle in `HTTPRequest`
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 21 Jan 2021 08:33:22 +0000 (09:33 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 21 Jan 2021 08:33:22 +0000 (09:33 +0100)
commit5fc80baf9a348a63baaaa6fa150b1732adfc9f3c
tree36b20ff7337cd5a7bd0196e07cda196b6270e8c6
parent75fc11d581d95f85ab920435b5d03a95545ba732
Set 'stream' to `true` for Guzzle in `HTTPRequest`

This is required to properly support the 'maxLength' option on endless streams
(such as a web radio). Without setting 'stream' to `true`, Guzzle attempts to
download the entire response body before returning from `->send()`.
wcfsetup/install/files/lib/util/HTTPRequest.class.php