Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
electron
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
electron
Commits
3bba4465
Commit
3bba4465
authored
1 year ago
by
PatchUp
Browse files
Options
Downloads
Patches
Plain Diff
chore: update patches
parent
fe917e42
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/node/tls_ensure_tls_sockets_are_closed_if_the_underlying_wrap_closes.patch
+2
-2
2 additions, 2 deletions
...ls_sockets_are_closed_if_the_underlying_wrap_closes.patch
with
2 additions
and
2 deletions
patches/node/tls_ensure_tls_sockets_are_closed_if_the_underlying_wrap_closes.patch
+
2
−
2
View file @
3bba4465
...
...
@@ -17,10 +17,10 @@ Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
diff --git a/lib/_tls_wrap.js b/lib/_tls_wrap.js
index
1eff3b3fba8a05d5fade4
3c6c
b00b6621daa8c3d..5bed23e1355e5e5a1965f15ca270fb372f751d66
100644
index
84599102be4b74ff66af6
3c
3
6c
232f4656a1f406..bb0535558a8999034a99d0e7e99507ba10eca2eb
100644
--- a/lib/_tls_wrap.js
+++ b/lib/_tls_wrap.js
@@ -6
29
,6 +6
29
,9 @@
TLSSocket.prototype._wrapHandle = function(wrap, handle
) {
@@ -6
61
,6 +6
61
,9 @@
TLSSocket.prototype._wrapHandle = function(wrap, handle
, wrapHasActiveWriteFromP
defineHandleReading(this, handle);
this.on('close', onSocketCloseDestroySSL);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment