Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
ad32407e
Commit
ad32407e
authored
May 31, 2016
by
Nils Goroll
Committed by
Pål Hermunn Johansen
Jun 06, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing Wait_HeapDelete
fixes #1971
parent
f07287a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cache_waiter_ports.c
bin/varnishd/waiter/cache_waiter_ports.c
+2
-1
No files found.
bin/varnishd/waiter/cache_waiter_ports.c
View file @
ad32407e
...
...
@@ -3,7 +3,7 @@
* Copyright (c) 2006 Varnish Software AS
* Copyright (c) 2007 OmniTI Computer Consulting, Inc.
* Copyright (c) 2007 Theo Schlossnagle
* Copyright (c) 2010-201
5
UPLEX, Nils Goroll
* Copyright (c) 2010-201
6
UPLEX, Nils Goroll
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
@@ -165,6 +165,7 @@ vws_thread(void *priv)
}
CHECK_OBJ_NOTNULL
(
wp
,
WAITED_MAGIC
);
vws_del
(
vws
,
wp
->
fd
);
Wait_HeapDelete
(
w
,
wp
);
Wait_Call
(
w
,
wp
,
WAITER_TIMEOUT
,
now
);
}
then
=
vws
->
next
-
now
;
...
...
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