pike.git
/
src
/
modules
/
_Roxen
/
roxen.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Roxen/roxen.c:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: roxen.c,v 1.
44
2005/
04
/
09
10
:
35
:
53
grubba
Exp $
+
|| $Id: roxen.c,v 1.
45
2005/
05
/
06
00
:
46
:
06
nilsson
Exp $
*/ #define NO_PIKE_SHORTHAND #include "global.h" #include "config.h" #include "machine.h"
pike.git/src/modules/_Roxen/roxen.c:128:
hp->pnt += str_len; hp->pnt[0] = 0; if( slash_n != 2 ) { /* one newline, but less than 2 space, * --> HTTP/0.9 or broken request */ if( (spc < 2) && tot_slash_n ) {
-
push_
constant
_
text
(
""
);
+
push_
empty
_
string
();
/* This includes (all eventual) \r\n etc. */ push_text((char *)hp->headers); f_aggregate_mapping( 0 ); f_aggregate( 3 ); return; } push_int( 0 ); return; }