]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-branding.patch
up to 1.4.38
[packages/lighttpd.git] / lighttpd-branding.patch
1 --- lighttpd-1.4.36/src/response.c~     2015-07-26 13:36:36.000000000 +0300
2 +++ lighttpd-1.4.36/src/response.c      2015-07-26 18:29:48.302220417 +0300
3 @@ -109,7 +109,7 @@
4  
5         if (!have_server) {
6                 if (buffer_is_empty(con->conf.server_tag)) {
7 -                       buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: " PACKAGE_DESC));
8 +                       buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: " PACKAGE_DESC " (PLD Linux)"));
9                 } else if (!buffer_string_is_empty(con->conf.server_tag)) {
10                         buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: "));
11                         buffer_append_string_encoded(b, CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER);
This page took 0.046208 seconds and 3 git commands to generate.