Commit e0e6b68c authored by Anna Henningsen's avatar Anna Henningsen Committed by James M Snell
Browse files

http2: refactor outgoing write mechanism

- Only finish outgoing `WriteWrap`s once data has actually been
  passed to the underlying socket.
  - This makes HTTP2 streams respect backpressure
- Use `DoTryWrite` as a shortcut for sending out as much of
  the data synchronously without blocking as possible
- Use `NGHTTP2_DATA_FLAG_NO_COPY` to avoid copying DATA frame
  contents into nghttp2’s buffers before sending them out.

PR-URL: https://github.com/nodejs/node/pull/17718


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent e3b44b6b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment