Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
unique-xids
Commits
4a2d55b3
Commit
4a2d55b3
authored
Feb 11, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Poll on HUP rather than OUT to detect worker process failure,
this works better with Solaris
parent
36a303da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vtc_varnish.c
bin/varnishtest/vtc_varnish.c
+1
-1
No files found.
bin/varnishtest/vtc_varnish.c
View file @
4a2d55b3
...
...
@@ -304,7 +304,7 @@ varnish_launch(struct varnish *v)
fd
[
0
].
fd
=
v
->
cli_fd
;
fd
[
0
].
events
=
POLLIN
;
fd
[
1
].
fd
=
v
->
fds
[
0
];
fd
[
1
].
events
=
POLL
OUT
;
fd
[
1
].
events
=
POLL
HUP
;
i
=
poll
(
fd
,
2
,
10000
);
vtc_log
(
v
->
vl
,
4
,
"CLIPOLL %d 0x%x 0x%x"
,
i
,
fd
[
0
].
revents
,
fd
[
1
].
revents
);
...
...
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