nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.75k stars 218 forks source link

`Content-Length` warning is reported even when sending `FileResponse` #541

Closed kukulich closed 2 years ago

kukulich commented 2 years ago

Version: 2.9.2

Bug Description

LogicException: Tracy cannot display the Bar because the Content-Length header is being sent is reported even when sending FileResponse, eg. generating sitemap.xml.

Steps To Reproduce

Expected Behavior

No warning :)

Possible Solution

Check Helpers::isHtmlMode() ?

dg commented 2 years ago

Yeah, that should be checked in another place.