aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
diff options
context:
space:
mode:
Diffstat (limited to 'picohttp.c')
-rw-r--r--picohttp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/picohttp.c b/picohttp.c
index 0e6a360..a532c69 100644
--- a/picohttp.c
+++ b/picohttp.c
@@ -1159,14 +1159,11 @@ replay:
} else {
if( mp->in_boundary )
{
-#if 1
if( '\r' == ch ) {
mp->replay = mp->in_boundary-1;
mp->mismatch = mp->req->query.multipartboundary[mp->replay];
mp->in_boundary = 1;
- } else
-#endif
- {
+ } else {
mp->mismatch = ch;
mp->replay = mp->in_boundary;
mp->in_boundary = 0;