diff options
Diffstat (limited to 'lib/_http_common.js')
-rw-r--r-- | lib/_http_common.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/_http_common.js b/lib/_http_common.js index bf88516157..a6efa5a832 100644 --- a/lib/_http_common.js +++ b/lib/_http_common.js @@ -21,6 +21,8 @@ 'use strict'; +const { Math } = primordials; + const { getOptionValue } = require('internal/options'); const { methods, HTTPParser } = |