Home
last modified time | relevance | path

Searched defs:allowHalfOpen (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-tls-socket-allow-half-open-option.js17 const socket = new tls.TLSSocket(new net.Socket(), { allowHalfOpen: true }); property
25 allowHalfOpen: false, property
28 const socket = new tls.TLSSocket(duplex, { allowHalfOpen: true }); property
39 const socket = new tls.TLSSocket(undefined, { allowHalfOpen: true }); property
Dtest-stream-duplex-end.js21 allowHalfOpen: false property
33 allowHalfOpen: false property
Dtest-net-connect-options-ipv6.js35 const server = net.createServer({ allowHalfOpen: true }, (socket) => { property
46 allowHalfOpen: true, property
Dtest-http-set-timeout-server.js144 allowHalfOpen: true, property
166 allowHalfOpen: true, property
208 allowHalfOpen: true, property
Dtest-tls-connect-allow-half-open-option.js20 const socket = tls.connect({ port: 42, allowHalfOpen: false, lookup() {} }); property
51 allowHalfOpen: true, property
Dtest-https-set-timeout-server.js164 allowHalfOpen: true, property
187 allowHalfOpen: true, property
233 allowHalfOpen: true, property
Dtest-net-connect-options-allowhalfopen.js101 const opts = { allowHalfOpen: true, host, port }; property
114 const server = net.createServer({ allowHalfOpen: true }) property
Dtest-http2-server-startup.js54 const server = http2.createServer({ allowHalfOpen: true }); property
94 allowHalfOpen: true, property
Dtest-net-socket-no-halfopen-enforcer.js10 const socket = new Socket({ allowHalfOpen: false }); property
Dtest-http-server-destroy-socket-on-client-error.js27 allowHalfOpen: true, property
Dtest-http2-server-unknown-protocol.js18 allowHalfOpen: true property
Dtest-socket-write-after-fin.js8 allowHalfOpen: true property
Dtest-http-many-ended-pipelines.js46 allowHalfOpen: true }); property
Dtest-tls-server-parent-constructor-options.js44 allowHalfOpen: true, property
Dtest-http2-reset-flood.js31 const conn = net.connect({ port, allowHalfOpen: true }); property
Dtest-net-pingpong.js34 { allowHalfOpen: true }, property
Dtest-tls-net-socket-keepalive.js31 allowHalfOpen: true, property
Dtest-http-server-keep-alive-timeout.js48 allowHalfOpen: true property
Dtest-http2-max-invalid-frames.js28 allowHalfOpen: true property
Dtest-stream-duplex-destroy.js159 allowHalfOpen: true property
223 allowHalfOpen: false, property
/third_party/node/test/sequential/
Dtest-https-server-keep-alive-timeout.js47 allowHalfOpen: true, property
70 allowHalfOpen: true, property
/third_party/node/test/pummel/
Dtest-net-pingpong.js34 const server = net.createServer({ allowHalfOpen: true }, function(socket) { property
Dtest-net-pingpong-delay.js33 const server = net.createServer({ allowHalfOpen: true }, function(socket) { property
/third_party/node/lib/
D_tls_wrap.js535 allowHalfOpen: socket ? socket.allowHalfOpen : tlsOptions.allowHalfOpen, property
1694 allowHalfOpen: options.allowHalfOpen, property
/third_party/node/lib/internal/webstreams/
Dadapters.js662 allowHalfOpen, property

12