diff options
author | m0gg | 2006-03-06 13:28:21 +0000 |
---|---|---|
committer | m0gg | 2006-03-06 13:28:21 +0000 |
commit | 7a47bd6164a6d1806af7557daedb2be5db064140 (patch) | |
tree | f37e2463548c3773fa32f370c684e10dc83c0136 /TODO | |
parent | 4a2a6386c54d911f3162b95698d7467226d4b38e (diff) | |
download | csoap-7a47bd6164a6d1806af7557daedb2be5db064140.tar.gz csoap-7a47bd6164a6d1806af7557daedb2be5db064140.tar.bz2 |
Buildsystem cleanup
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +
+------------------------------------------------------------
+ERROR HANDLING !!!!
+------------------------------------------------------------
+
+Merge
+
+
+mime_message_t *
+mime_message_parse(http_input_stream_t *in,
+ const char* root_id, const char* boundary,
+ const char* dest_dir);
+
+and try to optimize mime API
+
+------------------------------------------------------------
+check socket API again
+
+
|