mirror of https://github.com/nealey/eris.git
Fix regression test
This commit is contained in:
parent
86757101eb
commit
ecad076ec6
3
eris.c
3
eris.c
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue