Skip to content

Commit bbf93c3

Browse files
committed
refactor: split client into client-h1/h2
1 parent 95bd929 commit bbf93c3

File tree

4 files changed

+1903
-1717
lines changed

4 files changed

+1903
-1717
lines changed

lib/core/symbols.js

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ module.exports = {
3333
kNeedDrain: Symbol('need drain'),
3434
kReset: Symbol('reset'),
3535
kDestroyed: Symbol.for('nodejs.stream.destroyed'),
36+
kResume: Symbol('resume'),
37+
kOnError: Symbol('on error'),
3638
kMaxHeadersSize: Symbol('max headers size'),
3739
kRunningIdx: Symbol('running index'),
3840
kPendingIdx: Symbol('pending index'),

0 commit comments

Comments
 (0)