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
f04cff32
Commit
f04cff32
authored
Mar 15, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
still has a chance to compile.
parent
17d7143c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
cache_acceptor.c
bin/varnishd/cache_acceptor.c
+6
-1
No files found.
bin/varnishd/cache_acceptor.c
View file @
f04cff32
...
...
@@ -203,7 +203,12 @@ vca_acct(void *arg)
socklen_t
l
;
struct
sockaddr_storage
addr_s
;
struct
sockaddr
*
addr
;
double
send_timeout
=
0
,
sess_timeout
=
0
;
#ifdef SO_RCVTIMEO_WORKS
double
sess_timeout
=
0
;
#endif
#ifdef SO_SNDTIMEO_WORKS
double
send_timeout
=
0
;
#endif
int
i
;
struct
pollfd
*
pfd
;
struct
listen_sock
*
ls
;
...
...
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