Skip to content

Commit

Permalink
refactor: split client into client-h1/h2 (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Feb 27, 2024
1 parent 4090043 commit 0070ea1
Show file tree
Hide file tree
Showing 4 changed files with 1,903 additions and 1,708 deletions.
2 changes: 2 additions & 0 deletions lib/core/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ module.exports = {
kNeedDrain: Symbol('need drain'),
kReset: Symbol('reset'),
kDestroyed: Symbol.for('nodejs.stream.destroyed'),
kResume: Symbol('resume'),
kOnError: Symbol('on error'),
kMaxHeadersSize: Symbol('max headers size'),
kRunningIdx: Symbol('running index'),
kPendingIdx: Symbol('pending index'),
Expand Down

0 comments on commit 0070ea1

Please sign in to comment.