node/lib/internal/http2
Anatoli Papirovski ad3d2ce68a http2: handle 100-continue flow & writeContinue
Adds an implementation for writeContinue based on the h2 spec & the
existing http implementation. ClientHttp2Stream now also emits
a continue event when it receives headers with :status 100.
Includes two test cases for default server continue behaviour and
for the exposed checkContinue listener.

PR-URL: https://github.com/nodejs/node/pull/15039
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-08-30 12:00:49 -07:00
..
compat.js http2: handle 100-continue flow & writeContinue 2017-08-30 12:00:49 -07:00
core.js http2: handle 100-continue flow & writeContinue 2017-08-30 12:00:49 -07:00
util.js http2: use per-environment buffers 2017-08-13 17:20:40 +02:00