t3n / neos-debug

Adds a debug panel to your Neos CMS website
MIT License
30 stars 16 forks source link

BUGFIX: Prevent empty response for non html formats #150

Closed Sebobo closed 3 years ago

Sebobo commented 3 years ago

In cases of non html responses like the /sitemap.xml the content stream was retrieved but then the pointer of the stream is already at the end. This resulted in an empty broken response.