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
Found in v0.4.5, seems to be fixed in the next branch.
To reproduce:
Run npx sirv start
Visit http://localhost:5000/%
Traceback:
/<redacted>/node_modules/sirv/index.js:81
let stats, file, uri=decodeURIComponent(req.path || req.pathname || parser(req).pathname);
^
URIError: URI malformed
at decodeURIComponent (<anonymous>)
at Server.cc (/<redacted>/node_modules/sirv/index.js:81:25)
at Server.emit (events.js:327:22)
at parserOnIncoming (_http_server.js:789:12)
at HTTPParser.parserOnHeadersComplete (_http_common.js:116:17)
The text was updated successfully, but these errors were encountered:
Found in v0.4.5, seems to be fixed in the
next
branch.To reproduce:
npx sirv start
http://localhost:5000/%
Traceback:
The text was updated successfully, but these errors were encountered: