From ac9f95a91345561704c667ea387ee5efb2c67a8f Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Fri, 28 Jun 2013 20:41:42 +0200 Subject: chunked transfer getch done --- picohttp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'picohttp.h') diff --git a/picohttp.h b/picohttp.h index 063ebd5..8afa022 100644 --- a/picohttp.h +++ b/picohttp.h @@ -122,6 +122,7 @@ struct picohttpRequest { uint8_t transferencoding; char multipartboundary[PICOHTTP_MULTIPARTBOUNDARY_MAX_LEN+1]; char prev_ch[5]; + size_t chunklength; } query; struct { char const *contenttype; @@ -132,9 +133,6 @@ struct picohttpRequest { uint8_t contentencoding; uint8_t transferencoding; } response; - struct { - size_t length; - } currentchunk; size_t received_octets; struct { size_t octets; -- cgit v1.3.1