Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-reuseport
Commits
35e1e8c5
Unverified
Commit
35e1e8c5
authored
Sep 29, 2016
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old comment
parent
d5c6a763
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
impl_unix.go
impl_unix.go
+0
-1
No files found.
impl_unix.go
View file @
35e1e8c5
...
...
@@ -163,7 +163,6 @@ func dial(ctx context.Context, dialer net.Dialer, netw, addr string) (c net.Conn
}
}
// File Name get be nil
file
=
os
.
NewFile
(
uintptr
(
fd
),
filePrefix
+
strconv
.
Itoa
(
os
.
Getpid
()))
if
c
,
err
=
net
.
FileConn
(
file
);
err
!=
nil
{
syscall
.
Close
(
fd
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment