Branch: Tag:

1997-09-19

1997-09-19 13:26:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Now sends a "MIME-Version" header.

Rev: server/protocols/http.pike:1.44

1:   // This is a roxen module. (c) Informationsvävarna AB 1996.    - constant cvs_version = "$Id: http.pike,v 1.43 1997/09/12 06:14:41 per Exp $"; + constant cvs_version = "$Id: http.pike,v 1.44 1997/09/19 13:26:25 grubba Exp $";   // HTTP protocol module.   #include <config.h>   private inherit "roxenlib";
857:    string h;    heads=    ([ +  "MIME-Version":(file["mime-version"] || "1.0"),    "Content-type":file["type"],    "Server":replace(version(), " ", "·"),    "Date":http_date(time)