From d62d604877249f1eeaf920b3f149eb906b24cd16 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Fri, 19 Jul 2013 17:32:21 +0200 Subject: multipart seems to work (finally) --- picohttp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'picohttp.h') diff --git a/picohttp.h b/picohttp.h index d3931ab..59e792e 100644 --- a/picohttp.h +++ b/picohttp.h @@ -150,6 +150,7 @@ struct picohttpMultipart { int in_boundary; int replay; int replayhead; + int mismatch; }; typedef void (*picohttpHeaderFieldCallback)( -- cgit v1.2.3