Browse Source

build: update patch (#39950)

John Kleinschmidt 1 year ago
parent
commit
beb52ce61c

+ 2 - 2
patches/node/tls_ensure_tls_sockets_are_closed_if_the_underlying_wrap_closes.patch

@@ -17,10 +17,10 @@ Reviewed-By: Matteo Collina <[email protected]>
 Reviewed-By: Debadree Chatterjee <[email protected]>
 
 diff --git a/lib/_tls_wrap.js b/lib/_tls_wrap.js
-index 1eff3b3fba8a05d5fade43c6cb00b6621daa8c3d..5bed23e1355e5e5a1965f15ca270fb372f751d66 100644
+index 84599102be4b74ff66af63c36c232f4656a1f406..bb0535558a8999034a99d0e7e99507ba10eca2eb 100644
 --- a/lib/_tls_wrap.js
 +++ b/lib/_tls_wrap.js
-@@ -629,6 +629,9 @@ TLSSocket.prototype._wrapHandle = function(wrap, handle) {
+@@ -661,6 +661,9 @@ TLSSocket.prototype._wrapHandle = function(wrap, handle, wrapHasActiveWriteFromP
    defineHandleReading(this, handle);
  
    this.on('close', onSocketCloseDestroySSL);