Comparing version 0.4.4 to 0.4.5
@@ -60,3 +60,7 @@ const zlib = require('zlib') | ||
var body = Buffer.concat(buf, length) | ||
try { | ||
var body = Buffer.concat(buf, length) | ||
} catch (e) { | ||
var body = "" | ||
} | ||
@@ -63,0 +67,0 @@ // Expose the current body buffer |
{ | ||
"name": "rocky", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Full-featured, middleware-oriented HTTP and WebSocket proxy supporting traffic replay and intercept", | ||
@@ -5,0 +5,0 @@ "repository": "h2non/rocky", |
@@ -130,3 +130,4 @@ # rocky [![Build Status](https://api.travis-ci.org/h2non/rocky.svg?branch=master&style=flat)](https://travis-ci.org/h2non/rocky) [![Code Climate](https://codeclimate.com/github/h2non/rocky/badges/gpa.svg)](https://codeclimate.com/github/h2non/rocky) [![NPM](https://img.shields.io/npm/v/rocky.svg)](https://www.npmjs.org/package/rocky) | ||
- [toxy](https://github.com/h2non/toxy) - Hackable HTTP proxy to simulare server failures and network conditions | ||
- [toxy](https://github.com/h2non/toxy) - Hackable HTTP proxy to simulare server failures and network conditions. | ||
- [balboa](https://github.com/h2non/balboa) - Simple, hackable HTTP forward proxy. | ||
@@ -133,0 +134,0 @@ Open an issue or send a PR to add your project! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172510
4288
1015