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.
34
2003/
04
/
14
14
:
24
:
03
mast
Exp $
+
|| $Id: roxen.c,v 1.
35
2003/
12
/
09
08
:
09
:
38
nilsson
Exp $
*/ #define NO_PIKE_SHORTHAND #include "global.h" #include "config.h" #include "machine.h"
pike.git/src/modules/_Roxen/roxen.c:124:
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_text( "" );
+
push_
constant_
text( "" );
/* This includes (all eventual) \r\n etc. */ push_text( hp->headers ); f_aggregate_mapping( 0 ); f_aggregate( 3 ); return; } push_int( 0 ); return; }