]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- update
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Apr 2008 18:45:37 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-branding.patch -> 1.2

lighttpd-branding.patch

index 42540c3bb0748de318abe3b5490753dc203a2dff..fe84aa998b40fcd80dc98a136e8177672f835027 100644 (file)
@@ -1,11 +1,11 @@
---- lighttpd-1.4.18/src/response.c~    2007-11-18 23:35:26.000000000 +0200
-+++ lighttpd-1.4.18/src/response.c     2007-11-18 23:41:29.442541855 +0200
-@@ -98,7 +98,7 @@
+--- lighttpd-1.4.19/src/response.c~    2008-04-10 21:33:53.255875588 +0300
++++ lighttpd-1.4.19/src/response.c     2008-04-10 21:34:21.149289502 +0300
+@@ -100,7 +100,7 @@
  
        if (!have_server) {
                if (buffer_is_empty(con->conf.server_tag)) {
 -                      BUFFER_APPEND_STRING_CONST(b, "\r\nServer: " PACKAGE_NAME "/" PACKAGE_VERSION);
 +                      BUFFER_APPEND_STRING_CONST(b, "\r\nServer: " PACKAGE_NAME "/" PACKAGE_VERSION " (PLD Linux)");
-               } else {
+               } else if (con->conf.server_tag->used > 1) {
                        BUFFER_APPEND_STRING_CONST(b, "\r\nServer: ");
                        buffer_append_string_encoded(b, CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER);
This page took 0.094351 seconds and 4 git commands to generate.