sibbl / hass-lovelace-kindle-screensaver

This tool generates a png from a Home Assistant Lovelace view, which can be displayed on a Kindle device which has the Online Screensaver plugin installed.
MIT License
315 stars 71 forks source link

Set Content-Length in response #6

Closed jbraceg closed 3 years ago

jbraceg commented 3 years ago

Set Content-Length in the response headers. This automatically disables node's support for chunked content, which basic HTTP clients (like Arduino) don't support.

sibbl commented 3 years ago

The change sounds absolutely reasonable. Thanks for the PR!