View Issue Details

IDProjectCategoryView StatusLast Update
0001221libmicrohttpdHTTP POSTpublic2008-01-31 20:55
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PriorityhighSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product VersionGit master 
Summary0001221: decoding of POST data
DescriptionThis is currently not implemented.
TagsNo tags attached.

Activities

Christian Grothoff

2007-08-08 02:21

manager   ~0003122

This is now partially implemented. multipart/form-data is not supported,
as well as www-uri-encoded data where the POST message does not fit into the memory pool.

Fixing those will require an improved API to address the memory limitations.

Christian Grothoff

2007-09-08 23:50

manager   ~0003166

The new API is now in place and works for uri-encoded POST data.

A parser for multipart/form-data is there, but not tested (and too complex
to be just believed to be correct).

Christian Grothoff

2007-09-09 13:25

manager   ~0003167

Basic multipart/form-data support is now there. Nested multipart/mixed content is not yet handled.

Christian Grothoff

2008-01-30 23:18

manager   ~0003269

Added code for multipart decoding (SVN 0006132).

Issue History

Date Modified Username Field Change
2007-06-16 15:50 Christian Grothoff New Issue
2007-08-08 02:21 Christian Grothoff Note Added: 0003122
2007-08-08 02:22 Christian Grothoff Status new => acknowledged
2007-09-08 23:49 Christian Grothoff Status acknowledged => assigned
2007-09-08 23:49 Christian Grothoff Assigned To => Christian Grothoff
2007-09-08 23:50 Christian Grothoff Note Added: 0003166
2007-09-09 13:25 Christian Grothoff Note Added: 0003167
2008-01-30 23:18 Christian Grothoff Note Added: 0003269
2008-01-30 23:18 Christian Grothoff Status assigned => resolved
2008-01-30 23:18 Christian Grothoff Resolution open => fixed
2008-01-31 20:55 Christian Grothoff Status resolved => closed