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 d22d587 commit 1187bceCopy full SHA for 1187bce
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v2.0.9](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.9)
4
+
5
+- fix(fixRequestBody): check readableLength
6
7
## [v2.0.8](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.8)
8
9
- fix(fixRequestBody): prevent multiple .write() calls
package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
- "version": "2.0.8",
+ "version": "2.0.9",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments