From f6cddb5c93bcfbd562d54897f4d04c07aac4d87e Mon Sep 17 00:00:00 2001 From: Yuri Nazarenko Date: Sun, 28 Apr 2024 21:33:43 +0300 Subject: [PATCH] Add body_compress to PROPS --- lib/http_block.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/http_block.js b/lib/http_block.js index dc6f3c6..98b8ae7 100644 --- a/lib/http_block.js +++ b/lib/http_block.js @@ -16,6 +16,7 @@ const rx_is_json = /^application\/json(?:;|\s|$)/; const PROPS = [ 'agent', 'auth', + 'body_compress', 'ca', 'cert', 'ciphers',