- [
41cf38bf6f] - http2: emit session connect on next tick (Pieter Mees) #19842 - [
9eb9641f2e] - doc: add Http2Session.connecting property (Pieter Mees) #19842 - [
a4660213ad] - doc, http2: add sections for server.close() (Chris Miller) #19802 - [
2bdf3ca235] - http2: callback valid check before closing request (Trivikram) #19061 - [
078616109c] - doc: guard against md list parsing edge case (Vse Mozhet Byt) #19647 - [
7b850a7565] - http2: destroy() stream, upon errnoException (Sarat Addepalli) #19389 - [
4caf536b20] - test: http2 stream.respond() error checks (Trivikram) #18861 - [
8653c42a41] - doc: rename HTTP2 to HTTP/2 (Timothy Gu) #19603 - [
49c0efd2a2] - http2: remove some unnecessary next ticks (James M Snell) #19451 - [
c3886b50c9] - doc: add note about browsers and HTTP/2 (Steven) #19476 - [
3914e97741] - http2: fixes error handling (Matteo Collina) #19232 - [
50d1233935] - http2: no stream destroy while its data is on the wire (Anna Henningsen) #19002 - [
551d9752c8] - http2: fix flaky test-http2-https-fallback (Matteo Collina) #19093 - [
8d595bb25c] - test: check endless loop while writing empty string (XadillaX) #18924 - [
8bc930c269] - http2: fix endless loop when writing empty string (Anna Henningsen) #18924 - [
aa0fca9426] - http2: use original error for cancelling pending streams (Anna Henningsen) #18988 - [
447136999d] - http2: send error text in case of ALPN mismatch (Anna Henningsen) #18986 - [
ef8f90f34e] - http2: fix condition where data is lost (Matteo Collina) #18895 - [
85bbd43fb4] - 2018-03-01, Version 9.7.0 (Current) (Rod Vagg) #19040 - [
7fb72a5fa3] - deps,src: align ssize_t ABI between Node & nghttp2 (Anna Henningsen) #18565 - [
8047c27855] - doc: fix typo in http2.md (Vse Mozhet Byt) #18872 - [
9957916c26] - src: add nullptr check for session in DEBUG macro (Daniel Bevenius) #18815 - [
1c77929231] - doc: warn against concurrent http2stream.respondWithFD (Anna Henningsen) #18762 - [
5e5276b418] - http2: use\_finalinstead ofon('finish')(Anna Henningsen) #18609 - [
c0d6945f4c] - http2: add req and res options to server creation (Peter Marton) #15560 - [
7241fa0fbd] - doc: fix typo in http2.md (Vse Mozhet Byt) #18602 - [
ffc8e8eb40] - doc: remove removed apis from http2 docs (Kelvin Jin) #18439 - [
03cb06944b] - doc: unify type linkification (Vse Mozhet Byt) #18407 - [
574d3b9ce8] - doc: fix documentation of http2Stream.pushstream() (Peter Dalgaard-Jensen) #18258 - [
ee6217a4c7] - http2: add checks for server close callback (James M Snell) #18182 - [
b3332cce46] - http2: refactor read mechanism (Anna Henningsen) #18030 - [
077bcbd202] - src: introduce internal buffer slice constructor (Anna Henningsen) #18030 - [
b4e7260d3e] - doc: fix typo in http2stream.close param default (Moritz Peters) #18166 - [
217ddd8ba2] - src,doc,test: Fix common misspellings (Roman Reiss) #18151 - [
15aaf18b72] - src: remove declarations for missing functions (Anna Henningsen) #18134 - [
eee40c71c9] - http2: remember sent headers (James M Snell) #18045 - [
645be73b9d] - (SEMVER-MINOR) perf_hooks,http2: add performance.clear() (James M Snell) #18046 - [
30e2221a15] - doc: fix s/rstStream/close in example (James M Snell) #18088 - [
1c81a055df] - doc: update pushStream docs to use err first (James M Snell) #18088 - [
71a7edebf2] - Working on v9.4.1 (Myles Borins) #18069 - [
7aefa404df] - 2019-01-10 Version 9.4.0 (Current) (Myles Borins) #18069 - [
1ad7df6acc] - http2: use aliased buffer for perf stats, add stats (James M Snell) #18020 - [
ef317014e2] - doc: compact eslint directives in common/README (Vse Mozhet Byt) #17971 - [
b593d946e4] - doc: re-alphabetise sections in common/README.md (Vse Mozhet Byt) #17971 - [
3bcdb3b996] - doc: fix code nits in common/README (Vse Mozhet Byt) #17971 - [
1181ff7ecc] - doc: correct spelling (sreepurnajasti) #17911 - [
6a67dfd927] - http2: verify flood error and unsolicited frames (James M Snell) #17969 - [
43ac36c6de] - doc: grammar fixes in http2.md (Rich Trott) #17972 - [
6839283403] - http2: verify that a dependency cycle may exist (James M Snell) #17968 - [
865da60e75] - http2: implement maxSessionMemory (James M Snell) #17967 - [
f9c84c557f] - src: silence http2 -Wunused-result warnings (cjihrig) #17954 - [
46f39b590b] - doc: add docs for common/http2.js utility (James M Snell) #17942 - [
f17a5b92dc] - http2: properly handle already closed stream error (James M Snell) #17942 - [
79d3198b7f] - http2: add aligned padding strategy (James M Snell) #17938 - [
2b6a5d90bd] - http2: add initial support for originSet (James M Snell) #17935 - [
3997617869] - tls: set servername on client side too (James M Snell) #17935 - [
9ad7a9a333] - http2: add altsvc support (James M Snell) #17917 - [
e7a727e9ba] - http2: strictly limit number on concurrent streams (James M Snell) #16766 - [
06aaaa8ad7] - http2: perf_hooks integration (James M Snell) #17906 - [
1b7ce1ea02] - http2: implement ref() and unref() on client sessions (Kelvin Jin) #17620 - [
b8deb7522f] - http2: keep session objects alive during Http2Scope (Anna Henningsen) #17863 - [
e3c567f05b] - http2: fix compiling with--debug-http2(Anna Henningsen) #17863 - [
bfc7e014cc] - http2: refactor outgoing write mechanism (Anna Henningsen) #17718 - [
9592691d56] - http2: remove redundant write indirection (Anna Henningsen) #17718 - [
5abb60933e] - http2: cleanup Http2Stream/Http2Session destroy (James M Snell) #17406 - [
f699a74e66] - http2: be sure to destroy the Http2Stream (James M Snell) #17406 - [
30e75e601b] - http2: only schedule write when necessary (Anna Henningsen) #17183 - [
d06ad0d4f0] - http2: don't call into JS from GC (Anna Henningsen) #17183 - [
7e680807f8] - src: add optional keep-alive object to SetImmediate (Anna Henningsen) #17183 - [
5df8c76ea9] - deps: update nghttp2 to 1.29.0 (James M Snell) #17908 - [
f18d826660] - http2: simplify onSelectPadding (Anna Henningsen) #17717 - [
1b090c9b66] - (SEMVER-MINOR) http, http2: add 103 Early Hints status code (Yosuke Furukawa) #16644 - [
f912080bf2] - Revert "http2: refactor error handling" (Rich Trott) #15047
Created
April 12, 2018 20:42
-
-
Save MylesBorins/372674e5b7f5370ccf03445d819afa90 to your computer and use it in GitHub Desktop.
Author
MylesBorins
commented
Apr 12, 2018
- [5abb60933e] - http2: cleanup Http2Stream/Http2Session destroy (James M Snell) #17406 required a manual backport
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment