diff options
author | James M Snell <jasnell@gmail.com> | 2017-07-31 11:53:15 -0700 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2017-08-14 13:20:08 +0200 |
commit | 26e1f8e01c1d25200e08ef0c39f8c8d8c3c0550c (patch) | |
tree | 65168a0e3ef8af61e8ac2bdd37df2c3eefb7132b /test/parallel/test-http2-window-size.js | |
parent | 7824fa0b405cbf3df716bc15f470f4200900769a (diff) | |
download | node-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.js | 2 |
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 |