node-red-contrib-hik-media-buffer 1.1.137 → 1.1.138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -232,6 +232,9 @@ module.exports = function(RED) {
232
232
  data: payloadDownload,
233
233
  headers: { "Content-Type": "application/xml" },
234
234
  responseType: 'arraybuffer',
235
+ maxContentLength: Infinity,
236
+ maxBodyLength: Infinity,
237
+ insecureHTTPParser: true,
235
238
  httpsAgent: node.protocol === "https" ? httpsAgent : undefined
236
239
  });
237
240
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-hik-media-buffer",
3
- "version": "1.1.137",
3
+ "version": "1.1.138",
4
4
  "description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
5
5
  "keywords": [
6
6
  "node-red",