Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
4af54da9
Commit
4af54da9
authored
Oct 21, 2021
by
Kirill Smelkov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7b4de5f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wcfs/wcfs.go
wcfs/wcfs.go
+1
-1
No files found.
wcfs/wcfs.go
View file @
4af54da9
...
@@ -955,7 +955,7 @@ retry:
...
@@ -955,7 +955,7 @@ retry:
for
sk
:=
range
gdebug
.
zheadSockTab
{
for
sk
:=
range
gdebug
.
zheadSockTab
{
_
,
err
:=
fmt
.
Fprintf
(
xio
.
BindCtxW
(
sk
,
ctx
),
"%s
\n
"
,
δZ
.
Tid
)
_
,
err
:=
fmt
.
Fprintf
(
xio
.
BindCtxW
(
sk
,
ctx
),
"%s
\n
"
,
δZ
.
Tid
)
if
err
!=
nil
{
if
err
!=
nil
{
log
.
Errorf
(
"
%s"
,
err
)
// XXX errctx + file, handle, reader pid
log
.
Errorf
(
"
zhead: %s: write: %s (detaching reader)"
,
sk
,
err
)
sk
.
Close
()
sk
.
Close
()
delete
(
gdebug
.
zheadSockTab
,
sk
)
delete
(
gdebug
.
zheadSockTab
,
sk
)
}
}
...
...
Kirill Smelkov
@kirr
mentioned in commit
083251b3
·
Nov 08, 2021
mentioned in commit
083251b3
mentioned in commit 083251b3f8e5d9f0edbbbb69de7c04f0209f769e
Toggle commit list
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