Branch: Tag:

1998-10-18

1998-10-18 21:25:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for the "New-URI" header.

Rev: server/protocols/http.pike:1.118

6: Inside #if defined(MAGIC_ERROR)
  #ifdef MAGIC_ERROR   inherit "highlight_pike";   #endif - constant cvs_version = "$Id: http.pike,v 1.117 1998/10/01 23:37:39 grubba Exp $"; + constant cvs_version = "$Id: http.pike,v 1.118 1998/10/18 21:25:32 grubba Exp $";   // HTTP protocol module.   #include <config.h>   private inherit "roxenlib";
551:    case "cache-control":    case "negotiate":    case "forwarded": +  case "new-uri":    misc[linename]=contents;    break;