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
Mountebank source code should accept the request connection and send response appropriately
Mountebank connection gets closed even before it reaches the actual imposters
Send http/https POST request with transfer-encoding: "chunked" and content-length: null
OS : Mac OS and Linux mountebank : 2.8.1 node.js :16.15.0 (only if installed via npm) Installation method :npm (npm, zip, tar, pkg, deb, rpm)
debug: [https:2561 OCV] ::1:51949 ESTABLISHED debug: [https:2561 OCV] ::1:51949 CLOSED debug: [https:2561 OCV] ::1:52035 ESTABLISHED debug: [https:2561 OCV] ::1:52036 ESTABLISHED debug: [https:2561 OCV] ::1:52035 CLOSED debug: [https:2561 OCV] ::1:52036 CLOSED
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour
Mountebank source code should accept the request connection and send response appropriately
Actual behaviour
Mountebank connection gets closed even before it reaches the actual imposters
Steps to reproduce
Send http/https POST request with transfer-encoding: "chunked" and content-length: null
Software versions used
Log contents in mb.log when running mb --loglevel debug
The text was updated successfully, but these errors were encountered: