You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a head request is made to static files served by socket.io the following error is written to the server console:
debug - served static /socket.io.js
This type of response MUST NOT have a body. Ignoring data passed to end().
This generates an annoying quantity of console output when developing using live.js (http://livejs.com/) as live.js uses head request polling to determine if static file changes have been made.
The text was updated successfully, but these errors were encountered:
When a head request is made to static files served by socket.io the following error is written to the server console:
This generates an annoying quantity of console output when developing using live.js (http://livejs.com/) as live.js uses head request polling to determine if static file changes have been made.
The text was updated successfully, but these errors were encountered: