aboutsummaryrefslogtreecommitdiff
path: root/lib/http-conditional.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-10-01 23:07:38 +0200
committerGravatar GitHub <noreply@github.com> 2025-10-01 23:07:38 +0200
commit49c96fe3ec2273309d99cd2a6d4d80332e09557b (patch)
treedf94c0235ef9ccd2ee222d832a9e8f27d70434c4 /lib/http-conditional.php
parent8e57e28a9a1b37987d6ce9c6406df00a401bcf72 (diff)
Fix SimplePie support of HTTP trailer headers (#7983)
* Fix SimplePie support of HTTP trailer headers fix https://github.com/FreshRSS/FreshRSS/discussions/7981 https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Trailer https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Server-Timing We need to use content-length to know where the body stops, but content-length is wrong is any compression was used. So let cURL perform the separation of HTTP headers and body instead of using the SimplePie parser. * Minor whitespace * Same change for lib_rss * Move changes to SimplePie repo https://github.com/FreshRSS/simplepie/pull/55 https://github.com/FreshRSS/simplepie/pull/57
Diffstat (limited to 'lib/http-conditional.php')
0 files changed, 0 insertions, 0 deletions