[master] 4b3d70b Polish
    Poul-Henning Kamp 
    phk at varnish-cache.org
       
    Thu May 23 10:16:54 CEST 2013
    
    
  
commit 4b3d70bd496346651a768b54bb0cd3851e2138a5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 23 08:16:49 2013 +0000
    Polish
diff --git a/bin/varnishd/cache/cache_http1_proto.c b/bin/varnishd/cache/cache_http1_proto.c
index c186646..3371089 100644
--- a/bin/varnishd/cache/cache_http1_proto.c
+++ b/bin/varnishd/cache/cache_http1_proto.c
@@ -376,7 +376,7 @@ htc_splitline(struct http *hp, const struct http_conn *htc, int req)
 
 /*--------------------------------------------------------------------*/
 
-static int
+static uint16_t
 htc_request_check_host_hdr(const struct http *hp)
 {
 	int u;
    
    
More information about the varnish-commit
mailing list