summaryrefslogtreecommitdiff
path: root/test/sequential/test-http-max-http-headers.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-http-max-http-headers.js')
-rw-r--r--test/sequential/test-http-max-http-headers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sequential/test-http-max-http-headers.js b/test/sequential/test-http-max-http-headers.js
index 1dece8beed..64358e8140 100644
--- a/test/sequential/test-http-max-http-headers.js
+++ b/test/sequential/test-http-max-http-headers.js
@@ -27,8 +27,8 @@ function finished(client, callback) {
}
function fillHeaders(headers, currentSize, valid = false) {
- // llhttp counts actual header name/value sizes, excluding the whitespace and
- // stripped chars.
+ // `llhttp` counts actual header name/value sizes, excluding the whitespace
+ // and stripped chars.
if (getOptionValue('--http-parser') === 'llhttp') {
// OK, Content-Length, 0, X-CRASH, aaa...
headers += 'a'.repeat(MAX - currentSize);