Fix regression test

This commit is contained in:
Neale Pickett 2014-12-08 14:37:54 -07:00
parent 86757101eb
commit ecad076ec6
1 changed files with 1 additions and 2 deletions

3
eris.c
View File

@ -789,7 +789,7 @@ handle_request()
} }
if (docgi) { if (docgi) {
p[-2] = 0; p[-1] = 0;
env("REQUEST_METHOD", request); env("REQUEST_METHOD", request);
} }
@ -800,7 +800,6 @@ handle_request()
char *query_string = NULL; char *query_string = NULL;
*(fsp++) = '.'; *(fsp++) = '.';
*(fsp++) = '/';
for (; *p != ' '; p += 1) { for (; *p != ' '; p += 1) {
char c = *p; char c = *p;