1998-05-17
1998-05-17 23:51:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
fbfd7235d36853f875e23c5b32d24a5451348bbc
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Updated to semi-new Pike.
Rev: server/protocols/http.pike:1.101
6: Inside #if defined(MAGIC_ERROR)
#ifdef MAGIC_ERROR
inherit "highlight_pike";
#endif
- constant cvs_version = "$Id: http.pike,v 1.100 1998/05/17 23:43:44 grubba Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.101 1998/05/17 23:51:06 grubba Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
346:
leftovers = data[l+1..];
data = data[..l];
- switch(lower_case(((misc["content-type"]||"")/";")[0]-" "))
+ switch(lower_case((((misc["content-type"]||"")+";")/";")[0]-" "))
{
default: // Normal form data.
string v;