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
0956e008
Commit
0956e008
authored
Feb 24, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
white space cleanup
parent
1c7c4005
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
cache_center.c
bin/varnishd/cache_center.c
+1
-1
cache_expire.c
bin/varnishd/cache_expire.c
+1
-1
cache_hash.c
bin/varnishd/cache_hash.c
+2
-2
cache_httpconn.c
bin/varnishd/cache_httpconn.c
+1
-1
mgt_param.c
bin/varnishd/mgt_param.c
+1
-1
storage_persistent.h
bin/varnishd/storage_persistent.h
+1
-1
storage_persistent_subr.c
bin/varnishd/storage_persistent_subr.c
+1
-1
No files found.
bin/varnishd/cache_center.c
View file @
0956e008
...
...
@@ -655,7 +655,7 @@ cnt_fetch(struct sess *sp)
l
+=
strlen
(
"Content-Length: XxxXxxXxxXxxXxxXxx"
)
+
sizeof
(
void
*
);
if
(
sp
->
wrk
->
ttl
<
sp
->
t_req
+
params
->
shortlived
||
sp
->
objcore
==
NULL
)
sp
->
objcore
==
NULL
)
sp
->
wrk
->
storage_hint
=
TRANSIENT_STORAGE
;
sp
->
obj
=
STV_NewObject
(
sp
,
sp
->
wrk
->
storage_hint
,
l
,
...
...
bin/varnishd/cache_expire.c
View file @
0956e008
...
...
@@ -268,7 +268,7 @@ exp_timer(struct sess *sp, void *priv)
*/
if
(
oc
->
timer_when
>
t
)
t
=
TIM_real
();
if
(
oc
->
timer_when
>
t
)
{
if
(
oc
->
timer_when
>
t
)
{
Lck_Unlock
(
&
exp_mtx
);
oc
=
NULL
;
continue
;
...
...
bin/varnishd/cache_hash.c
View file @
0956e008
...
...
@@ -483,7 +483,7 @@ hsh_rush(struct objhead *oh)
CHECK_OBJ_NOTNULL
(
wl
,
WAITINGLIST_MAGIC
);
for
(
u
=
0
;
u
<
params
->
rush_exponent
;
u
++
)
{
sp
=
VTAILQ_FIRST
(
&
wl
->
list
);
if
(
sp
==
NULL
)
if
(
sp
==
NULL
)
break
;
CHECK_OBJ_NOTNULL
(
sp
,
SESS_MAGIC
);
AZ
(
sp
->
wrk
);
...
...
@@ -700,7 +700,7 @@ HSH_Deref(struct worker *w, struct objcore *oc, struct object **oo)
if
(
oc
->
methods
!=
NULL
)
{
oc_freeobj
(
oc
);
w
->
stats
.
n_object
--
;
}
}
FREE_OBJ
(
oc
);
w
->
stats
.
n_objectcore
--
;
...
...
bin/varnishd/cache_httpconn.c
View file @
0956e008
...
...
@@ -46,7 +46,7 @@ SVNID("$Id$")
* Check if we have a complete HTTP request or response yet
*
* Return values:
* 0 No, keep trying
* 0 No, keep trying
* >0 Yes, it is this many bytes long.
*/
...
...
bin/varnishd/mgt_param.c
View file @
0956e008
...
...
@@ -485,7 +485,7 @@ tweak_diag_bitmap(struct cli *cli, const struct parspec *par, const char *arg)
#define WIZARD_TEXT \
"\nNB: Do not change this parameter, unless a developer tell " \
"you to do so."
"you to do so."
/*
* Remember to update varnishd.1 whenever you add / remove a parameter or
...
...
bin/varnishd/storage_persistent.h
View file @
0956e008
...
...
@@ -201,7 +201,7 @@ int smp_valid_silo(struct smp_sc *sc);
/*--------------------------------------------------------------------
* Caculate payload of some stuff
*/
static
inline
uint64_t
smp_stuff_len
(
const
struct
smp_sc
*
sc
,
unsigned
stuff
)
{
...
...
bin/varnishd/storage_persistent_subr.c
View file @
0956e008
...
...
@@ -178,7 +178,7 @@ smp_new_sign(const struct smp_sc *sc, struct smp_signctx *ctx,
smp_sync_sign
(
ctx
);
}
/*-------------------------------------------------------------------
:e
/*-------------------------------------------------------------------
-
* Initialize a Silo with a valid but empty structure.
*
* XXX: more intelligent sizing of things.
...
...
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