We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server.on('clientError', (err, socket) => { if (err.code === 'HPE_INVALID_METHOD') socket.end('HTTP/1.1 501 Not Implemented\r\n\r\n'); else socket.end('HTTP/1.1 400 Bad Request\r\n\r\n'); });
For some reason request library send broken request with not detected METHOD
nodejs/node#6554 (comment)
The text was updated successfully, but these errors were encountered:
FIx possible issue with UTF packages that change the length of the bo…
8280fdd
…dy request microservice-framework/microservice-cluster#7
#7 Send 400 Bad request if issue happen with http protocol
00e656d
No branches or pull requests
For some reason request library send broken request with not detected METHOD
nodejs/node#6554 (comment)
The text was updated successfully, but these errors were encountered: