Log messages/errors?

Hello... I see these "new" messages in the log.. not sure what they mean.

2020/02/07 07:38:42 write tcp 192.168.1.110:8089->192.168.1.247:63230: write: broken pipe
GET /devices/TVE-Comcast_SSO/guide?time=1581086290&duration=10800 HTTP/1.1
Host: 192.168.1.110:8089
Accept: application/json
Accept-Encoding: gzip, deflate
Accept-Language: en-us
Connection: keep-alive
User-Agent: Channels%20DVR/1.14.1948 CFNetwork/1121.2.51 Darwin/19.3.0

2020/02/07 07:38:43 write tcp 192.168.1.110:8089->192.168.1.247:63228: write: broken pipe
GET /devices/13260059/guide?time=1581086290&duration=10800 HTTP/1.1
Host: 192.168.1.110:8089
Accept: application/json
Accept-Encoding: gzip, deflate
Accept-Language: en-us
Connection: keep-alive
User-Agent: Channels%20DVR/1.14.1948 CFNetwork/1121.2.51 Darwin/19.3.0

I am also seeing this with the latest build:

2020/02/27 15:48:07 write tcp 10.0.1.238:8089->10.0.1.238:64710: write: broken pipe
GET /dvr/recordings/upnext HTTP/1.1
Host: XXX.0.1.XXX:8089
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.5
Connection: keep-alive
Referer: http://XXX.0.1.XXX:8089/admin/recordings/files/unwatched
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:73.0) Gecko/20100101 Firefox/73.0

These are harmless. It means the app or browser stopped loading in the middle of a request. We'll check out if there's a way to hide these.

Thanks!