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',