| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 98b6aa0 commit d3d662a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -254,7 +254,6 @@ const kProceed = Symbol('proceed'); | |||
| 254 | 254 | const kProtocol = Symbol('protocol'); | |
| 255 | 255 | const kRemoteSettings = Symbol('remote-settings'); | |
| 256 | 256 | const kRequestAsyncResource = Symbol('requestAsyncResource'); | |
| 257 | - const kSelectPadding = Symbol('select-padding'); | ||
| 258 | 257 | const kSentHeaders = Symbol('sent-headers'); | |
| 259 | 258 | const kSentTrailers = Symbol('sent-trailers'); | |
| 260 | 259 | const kServer = Symbol('server'); | |
@@ -1108,8 +1107,6 @@ function setupHandle(socket, type, options) { | |||
| 1108 | 1107 | const handle = new binding.Http2Session(type); | |
| 1109 | 1108 | handle[kOwner] = this; | |
| 1110 | 1109 | ||
| 1111 | - if (typeof options.selectPadding === 'function') | ||
| 1112 | - this[kSelectPadding] = options.selectPadding; | ||
| 1113 | 1110 | handle.consume(socket._handle); | |
| 1114 | 1111 | handle.ongracefulclosecomplete = this[kMaybeDestroy].bind(this, null); | |
| 1115 | 1112 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments