summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-window-size.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-07-31 11:53:15 -0700
committerAnna Henningsen <anna@addaleax.net>2017-08-14 13:20:08 +0200
commit26e1f8e01c1d25200e08ef0c39f8c8d8c3c0550c (patch)
tree65168a0e3ef8af61e8ac2bdd37df2c3eefb7132b /test/parallel/test-http2-window-size.js
parent7824fa0b405cbf3df716bc15f470f4200900769a (diff)
downloadnode-new-26e1f8e01c1d25200e08ef0c39f8c8d8c3c0550c.tar.gz
http2: address initial pr feedback
Backport-PR-URL: https://github.com/nodejs/node/pull/14813 Backport-Reviewed-By: Anna Henningsen <anna@addaleax.net> Backport-Reviewed-By: Timothy Gu <timothygu99@gmail.com> PR-URL: https://github.com/nodejs/node/pull/14239 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'test/parallel/test-http2-window-size.js')
-rw-r--r--test/parallel/test-http2-window-size.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-window-size.js b/test/parallel/test-http2-window-size.js
index d914e99f6a..f96a273fec 100644
--- a/test/parallel/test-http2-window-size.js
+++ b/test/parallel/test-http2-window-size.js
@@ -6,8 +6,8 @@
// TODO: This test makes large buffer allocations (128KiB) and should be tested
// on smaller / IoT platforms in case this poses problems for these targets.
-const assert = require('assert');
const common = require('../common');
+const assert = require('assert');
const h2 = require('http2');
// Given a list of buffers and an initial window size, have a server write