We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cc1a2 commit 8692e45Copy full SHA for 8692e45
lib/server/parse-http.js
@@ -49,7 +49,7 @@ function parseHttpRequest (req, opts) {
49
})
50
}
51
} else {
52
- throw new Error('invalid action in HTTP request: ' + params.action)
+ throw new Error('invalid action in HTTP request: ' + req.url)
53
54
55
return params
0 commit comments