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
4684c38e
Commit
4684c38e
authored
Sep 17, 2018
by
Pål Hermunn Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for 6.1.0
parent
f223c6d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cache_req_fsm.c
bin/varnishd/cache/cache_req_fsm.c
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
bin/varnishd/cache/cache_req_fsm.c
View file @
4684c38e
...
...
@@ -150,7 +150,7 @@ cnt_deliver(struct worker *wrk, struct req *req)
http_PrintfHeader
(
req
->
resp
,
"Age: %.0f"
,
floor
(
fmax
(
0
.,
req
->
t_prev
-
req
->
objcore
->
t_origin
)));
http_SetHeader
(
req
->
resp
,
"Via: 1.1 varnish (Varnish/6.
0
)"
);
http_SetHeader
(
req
->
resp
,
"Via: 1.1 varnish (Varnish/6.
1
)"
);
if
(
cache_param
->
http_gzip_support
&&
ObjCheckFlag
(
req
->
wrk
,
req
->
objcore
,
OF_GZIPED
)
&&
...
...
configure.ac
View file @
4684c38e
...
...
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2018 Varnish Software])
AC_REVISION([$Id$])
AC_INIT([Varnish], [
trunk
], [varnish-dev@varnish-cache.org])
AC_INIT([Varnish], [
6.1.0
], [varnish-dev@varnish-cache.org])
AC_CONFIG_SRCDIR(include/miniobj.h)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
...
...
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