myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2758] Renamed `MyServer' to `GNU MyServer' in the HTT


From: Giuseppe Scrivano
Subject: [myserver-commit] [2758] Renamed `MyServer' to `GNU MyServer' in the HTTP Server header
Date: Sat, 23 Aug 2008 19:13:03 +0000

Revision: 2758
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2758
Author:   gscrivano
Date:     2008-08-23 19:13:02 +0000 (Sat, 23 Aug 2008)

Log Message:
-----------
Renamed `MyServer' to `GNU MyServer' in the HTTP Server header

Modified Paths:
--------------
    trunk/myserver/src/http_headers.cpp

Modified: trunk/myserver/src/http_headers.cpp
===================================================================
--- trunk/myserver/src/http_headers.cpp 2008-08-21 19:55:52 UTC (rev 2757)
+++ trunk/myserver/src/http_headers.cpp 2008-08-23 19:13:02 UTC (rev 2758)
@@ -79,7 +79,7 @@
   }
   else
   {
-    pos += myserver_strlcpy(pos, "Server: MyServer ", MAX-(long)(pos-str));
+    pos += myserver_strlcpy(pos, "Server: GNU MyServer ", MAX-(long)(pos-str));
     pos += myserver_strlcpy(pos, versionOfSoftware,  MAX-(long)(pos-str));
     pos += myserver_strlcpy(pos, "\r\n", MAX-(long)(pos-str));
   }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]