[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] [PATCH] Multipart post-processor fix
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] [PATCH] Multipart post-processor fix |
Date: |
Tue, 25 Mar 2008 13:48:56 -0600 |
User-agent: |
KMail/1.9.7 |
Thanks, will release as part of MHD 0.2.3 shortly. -Christian
On Tuesday 25 March 2008, Alex Sadovsky wrote:
> Hello libmicrohttpd developers and users!
>
> This patch prevents multi-part post-processor from going to Error state
> when the input buffer is full and current token just changes processor
> state with out consuming any data.
>
> Another problem that is addressed in this patch is that original
> implementation would not consume any input in process_value_to_boundary if
> there is no new line character in sight.