Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-05
1997-10-05 03:37:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
86c51069f3105a6a9d31fce1cdd61871d431d63c (
12
lines) (+
8
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
Minor changes.
Rev: server/protocols/http.pike:1.46
1:
// This is a roxen module. (c) Informationsvävarna AB 1996.
-
constant cvs_version = "$Id: http.pike,v 1.
45
1997/10/05 03:
18
:
01
per
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
46
1997/10/05 03:
37
:
49
grubba
Exp $";
// HTTP protocol module. #include <config.h> private inherit "roxenlib";
362:
} data = data[..l]; switch(lower_case(((misc["content-type"]||"")/";")[0]-" "))
-
{ default: // Normal form data.
+
{
+
default: // Normal form data.
string v; if(l < 200000) {
915:
} #endif
-
if(mappingp(file->extra_heads))
+
if(mappingp(file->extra_heads))
{
heads |= file->extra_heads;
-
+
}
-
if(mappingp(misc->moreheads))
+
if(mappingp(misc->moreheads))
{
heads |= misc->moreheads;
-
+
}
array myheads = ({prot+" "+(file->rettext||errors[file->error])}); foreach(indices(heads), h)