The following changes are part of this release.
endOfRequestResolver
that now allows you to define the end of a TCP request for any application protocol built on top of TCP.
This is an important feature as previously mountebank had to make a guess at when a TCP request ended which
only worked if the request was small. Now mountebank can support any application protocol in TCP.Many thanks to the following kind folk for help with this release, for documentation fixes, helping to diagnose the problem using the tcp protocol for large requests, and testing the fix:
npm install -g mountebank@1.2.30 --production
or:
Option | node.js required? | sudo required? | links | Description |
---|---|---|---|---|
Self-contained archives | No | No | Simply unpack and run mb from inside |
|
OS-specific packages | No | Yes | Puts mb at /usr/local/bin , which is generally in the PATH . |
|
source tarball | Yes | No | source tarball if you roll that way. |