[experimental-ims] 8aa5a7e Merge conditional backend requests with current trunk

Geoff Simmons geoff at varnish-cache.org
Wed Aug 31 16:04:58 CEST 2011


commit 8aa5a7eb0778a43ffc110f843d75d5a550e06bd5
Author: Geoff Simmons <geoff at uplex.de>
Date:   Tue Jun 7 06:59:57 2011 +0200

    Merge conditional backend requests with current trunk

diff --git a/bin/varnishd/cache_http.c b/bin/varnishd/cache_http.c
index f042321..1279b60 100644
--- a/bin/varnishd/cache_http.c
+++ b/bin/varnishd/cache_http.c
@@ -70,10 +70,6 @@ void http_FilterMissingFields(struct worker *w, int fd, struct http *to,
     const struct http *fm);
 
 static enum VSL_tag_e
-
-void http_FilterMissingFields(struct worker *w, int fd, struct http *to,
-    const struct http *fm);
-
 http2shmlog(const struct http *hp, int t)
 {
 
diff --git a/bin/varnishtest/tests/i00000.vtc b/bin/varnishtest/tests/i00000.vtc
index 86402cc..32451d6 100644
--- a/bin/varnishtest/tests/i00000.vtc
+++ b/bin/varnishtest/tests/i00000.vtc
@@ -3,6 +3,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 varnishtest "VCL compiler coverage test: conditional refresh extension"
 =======
 test "VCL compiler coverage test: conditional refresh extension"
@@ -13,6 +14,9 @@ varnishtest "VCL compiler coverage test: conditional refresh extension"
 =======
 test "VCL compiler coverage test: conditional refresh extension"
 >>>>>>> Merged conditional backend request feature
+=======
+varnishtest "VCL compiler coverage test: conditional refresh extension"
+>>>>>>> Merge conditional backend requests with current trunk
 
 ## stale_obj is r/o in miss, fetch and error, illegal everywhere else
 
diff --git a/bin/varnishtest/tests/i00001.vtc b/bin/varnishtest/tests/i00001.vtc
index 61e4abf..61dc99a 100644
--- a/bin/varnishtest/tests/i00001.vtc
+++ b/bin/varnishtest/tests/i00001.vtc
@@ -3,6 +3,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 varnishtest "Test basic conditional requests to backends"
 =======
 test "Test basic conditional requests to backends"
@@ -13,6 +14,9 @@ varnishtest "Test basic conditional requests to backends"
 =======
 test "Test basic conditional requests to backends"
 >>>>>>> Merged conditional backend request feature
+=======
+varnishtest "Test basic conditional requests to backends"
+>>>>>>> Merge conditional backend requests with current trunk
 
 ## By default (default_keep = default_grace), cond. requests happen during grace
 
diff --git a/bin/varnishtest/tests/i00002.vtc b/bin/varnishtest/tests/i00002.vtc
index db380d5..b03e6e2 100644
--- a/bin/varnishtest/tests/i00002.vtc
+++ b/bin/varnishtest/tests/i00002.vtc
@@ -3,6 +3,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 varnishtest "handling stale_obj in vcl_miss() and vcl_fetch()"
 =======
 test "handling stale_obj in vcl_miss() and vcl_fetch()"
@@ -13,6 +14,9 @@ varnishtest "handling stale_obj in vcl_miss() and vcl_fetch()"
 =======
 test "handling stale_obj in vcl_miss() and vcl_fetch()"
 >>>>>>> Merged conditional backend request feature
+=======
+varnishtest "handling stale_obj in vcl_miss() and vcl_fetch()"
+>>>>>>> Merge conditional backend requests with current trunk
 
 server s1 {
         rxreq
diff --git a/bin/varnishtest/tests/i00003.vtc b/bin/varnishtest/tests/i00003.vtc
index ef65436..83d9d4d 100644
--- a/bin/varnishtest/tests/i00003.vtc
+++ b/bin/varnishtest/tests/i00003.vtc
@@ -3,6 +3,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 varnishtest "Test some anticipated use cases for conditional backend requests"
 =======
 test "Test some anticipated use cases for conditional backend requests"
@@ -13,6 +14,9 @@ varnishtest "Test some anticipated use cases for conditional backend requests"
 =======
 test "Test some anticipated use cases for conditional backend requests"
 >>>>>>> Merged conditional backend request feature
+=======
+varnishtest "Test some anticipated use cases for conditional backend requests"
+>>>>>>> Merge conditional backend requests with current trunk
 
 ## In vcl_miss(), it is possible to veto a conditional request by removing any
 ## If-Modified-Since or If-None-Match header.
diff --git a/bin/varnishtest/tests/i00004.vtc b/bin/varnishtest/tests/i00004.vtc
index 78436dd..b70682b 100644
--- a/bin/varnishtest/tests/i00004.vtc
+++ b/bin/varnishtest/tests/i00004.vtc
@@ -3,6 +3,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 varnishtest "Verify the semantics of keep (timeout for conditional requests)"
 =======
 test "Verify the semantics of keep (timeout for conditional requests)"
@@ -13,6 +14,9 @@ varnishtest "Verify the semantics of keep (timeout for conditional requests)"
 =======
 test "Verify the semantics of keep (timeout for conditional requests)"
 >>>>>>> Merged conditional backend request feature
+=======
+varnishtest "Verify the semantics of keep (timeout for conditional requests)"
+>>>>>>> Merge conditional backend requests with current trunk
 
 server s1 {
         rxreq
diff --git a/bin/varnishtest/tests/i00005.vtc b/bin/varnishtest/tests/i00005.vtc
index 933d5e6..419a8b8 100644
--- a/bin/varnishtest/tests/i00005.vtc
+++ b/bin/varnishtest/tests/i00005.vtc
@@ -3,6 +3,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 varnishtest "Verify interactions of ttl, keep, grace and bans"
 =======
 test "Verify interactions of ttl, keep, grace and bans"
@@ -13,6 +14,9 @@ varnishtest "Verify interactions of ttl, keep, grace and bans"
 =======
 test "Verify interactions of ttl, keep, grace and bans"
 >>>>>>> Merged conditional backend request feature
+=======
+varnishtest "Verify interactions of ttl, keep, grace and bans"
+>>>>>>> Merge conditional backend requests with current trunk
 
 ## Banned objects are not used for conditional requests
 
diff --git a/bin/varnishtest/tests/i00006.vtc b/bin/varnishtest/tests/i00006.vtc
index 47e079d..4d4c769 100644
--- a/bin/varnishtest/tests/i00006.vtc
+++ b/bin/varnishtest/tests/i00006.vtc
@@ -3,6 +3,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 varnishtest "Verify effects of ttl, keep and grace on expiration"
 =======
 test "Verify effects of ttl, keep and grace on expiration"
@@ -13,6 +14,9 @@ varnishtest "Verify effects of ttl, keep and grace on expiration"
 =======
 test "Verify effects of ttl, keep and grace on expiration"
 >>>>>>> Merged conditional backend request feature
+=======
+varnishtest "Verify effects of ttl, keep and grace on expiration"
+>>>>>>> Merge conditional backend requests with current trunk
 
 ## Verify that an object's lifetime in the cache is
 ## obj.ttl + max(obj.grace, obj.keep)
diff --git a/bin/varnishtest/tests/i00007.vtc b/bin/varnishtest/tests/i00007.vtc
index 3c19e20..219b3cb 100644
--- a/bin/varnishtest/tests/i00007.vtc
+++ b/bin/varnishtest/tests/i00007.vtc
@@ -3,6 +3,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 varnishtest "Passes through responses to backend conditionals to the client if status != 304 or 200"
 =======
 test "Passes through responses to backend conditionals to the client if status != 304 or 200"
@@ -13,6 +14,9 @@ varnishtest "Passes through responses to backend conditionals to the client if s
 =======
 test "Passes through responses to backend conditionals to the client if status != 304 or 200"
 >>>>>>> Merged conditional backend request feature
+=======
+varnishtest "Passes through responses to backend conditionals to the client if status != 304 or 200"
+>>>>>>> Merge conditional backend requests with current trunk
 
 # Testing a sample from each of the Nxx status codes
 



More information about the varnish-commit mailing list