Skip to content

Commit a2b0fb3

Browse files
authored
chore(docs): update README.md (#6048)
1 parent b12a608 commit a2b0fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -546,15 +546,15 @@ These are the available config options for making requests. Only the `url` is re
546546
// automatically. If set to `true` will also remove the 'content-encoding' header
547547
// from the responses objects of all decompressed responses
548548
// - Node only (XHR cannot turn off decompression)
549-
decompress: true // default
549+
decompress: true, // default
550550

551551
// `insecureHTTPParser` boolean.
552552
// Indicates where to use an insecure HTTP parser that accepts invalid HTTP headers.
553553
// This may allow interoperability with non-conformant HTTP implementations.
554554
// Using the insecure parser should be avoided.
555555
// see options https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_http_request_url_options_callback
556556
// see also https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/#strict-http-header-parsing-none
557-
insecureHTTPParser: undefined // default
557+
insecureHTTPParser: undefined, // default
558558

559559
// transitional options for backward compatibility that may be removed in the newer versions
560560
transitional: {

0 commit comments

Comments
 (0)