A question about Developer Tools Logs

I’m new to HA and occasionally see errors in Developer Tools Logs and I’m not sure which errors I should worry about. The system log looks fine and everything seems to be working, but today I see this error in Developer Tools:

2020-05-29 14:55:54 WARNING (MainThread) [homeassistant.setup] Setup of updater is taking over 10 seconds.
2020-05-29 14:58:04 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File “aiohttp_http_parser.pyx”, line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

If everything is working, should I be concerned about what I see in the developer log? I don’t know enough about HA internals to know what the log is telling me.