Branch: Tag:

1997-08-13

1997-08-13 10:24:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Minor fix.

Rev: server/base_server/http.pike:1.11
Rev: server/protocols/http.pike:1.35
Rev: server/protocols/ssl3.pike:1.14

1:   // This is a roxen module. (c) Informationsvävarna AB 1996.    - string cvs_version = "$Id: http.pike,v 1.34 1997/08/04 12:53:27 grubba Exp $"; + string cvs_version = "$Id: http.pike,v 1.35 1997/08/13 10:24:15 grubba Exp $";   // HTTP protocol module.   #include <config.h>   private inherit "roxenlib";
869:    heads=    ([    "Content-type":file["type"], -  "Server":version(), +  "Server":replace(version(), " ", "·"),    "Date":http_date(time)    ]);