View Issue Details

IDProjectCategoryView StatusLast Update
0003909libmicrohttpddocumentationpublic2021-09-02 17:54
Reportermquinson Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.42 
Target Version0.9.43Fixed in Version0.9.43 
Summary0003909: Typo makes example code less functionnal
DescriptionCould you please apply the attached patch so that that example file works better, please?

Thanks, Mt
TagsNo tags attached.
Attached Files
libmicrohttpd-example.patch (605 bytes)   
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
index c623cba..248138a 100644
--- a/doc/examples/simplepost.c
+++ b/doc/examples/simplepost.c
@@ -31,7 +31,7 @@ struct connection_info_struct
 const char *askpage = "<html><body>\
                        What's your name, Sir?<br>\
                        <form action=\"/namepost\" method=\"post\">\
-                       <input name=\"name\" type=\"text\"\
+                       <input name=\"name\" type=\"text\">\
                        <input type=\"submit\" value=\" Send \"></form>\
                        </body></html>";
 
libmicrohttpd-example.patch (605 bytes)   

Activities

Christian Grothoff

2015-07-25 15:56

manager   ~0009483

Fixed as suggested in 36128. Thanks!

Christian Grothoff

2021-09-02 17:54

manager   ~0018194

Fix committed to master branch.

Related Changesets

libmicrohttpd: master 07b65da9

2015-07-25 17:55

Christian Grothoff


Details Diff
fix 0003909 with patch as suggested Affected Issues
0003909
mod - doc/examples/simplepost.c Diff File

Issue History

Date Modified Username Field Change
2015-07-23 07:15 mquinson New Issue
2015-07-23 07:15 mquinson File Added: libmicrohttpd-example.patch
2015-07-25 15:56 Christian Grothoff Note Added: 0009483
2015-07-25 15:56 Christian Grothoff Status new => resolved
2015-07-25 15:56 Christian Grothoff Fixed in Version => 0.9.43
2015-07-25 15:56 Christian Grothoff Resolution open => fixed
2015-07-25 15:56 Christian Grothoff Assigned To => Christian Grothoff
2015-07-25 15:56 Christian Grothoff Product Version => 0.9.42
2015-07-25 15:56 Christian Grothoff Target Version => 0.9.43
2015-09-16 11:00 Christian Grothoff Status resolved => closed
2021-09-02 17:54 Christian Grothoff Changeset attached => libmicrohttpd master 07b65da9
2021-09-02 17:54 Christian Grothoff Note Added: 0018194