1998-10-18
1998-10-18 21:25:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
9b10a4dd27f4525029cee16c6725028333077688
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 5.2
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;