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
Range request exceeds file boundaries, goes until byte no 32768 against file size of 450 bytes
Error: Range request present but invalid, might serve whole file instead
Looks like either someone's trying to probe me for vulns, or someone's HTTP client is buggy. But why is this output to my error console? It seems like this should either be a 400 status code, or just ignored entirely. There should at least be some setting to turn it off, so my console can be reserved for server-side errors rather than client-side errors.
The text was updated successfully, but these errors were encountered:
This is about standard output and standard error, as it is consistently request-able from any HTTP client to any HTTP server using node-static, it should not be printed to standard output or standard error.
I got some errors in my console:
Looks like either someone's trying to probe me for vulns, or someone's HTTP client is buggy. But why is this output to my error console? It seems like this should either be a 400 status code, or just ignored entirely. There should at least be some setting to turn it off, so my console can be reserved for server-side errors rather than client-side errors.
The text was updated successfully, but these errors were encountered: