]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-branding.patch
version.h is gone, and was already unused
[packages/lighttpd.git] / lighttpd-branding.patch
1 --- lighttpd-1.4.40/src/response.c~     2016-07-16 13:06:16.000000000 +0300
2 +++ lighttpd-1.4.40/src/response.c      2016-07-25 14:16:59.131926942 +0300
3 @@ -111,6 +111,8 @@
4                 if (!buffer_string_is_empty(con->conf.server_tag)) {
5                         buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: "));
6                         buffer_append_string_encoded(b, CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER);
7 +               } else {
8 +                       buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: " PACKAGE_DESC " (PLD Linux)"));
9                 }
10         }
11  
This page took 0.02422 seconds and 4 git commands to generate.