@@ -12,6 +12,7 @@ Heikki Lindholm <[email protected]>
Alex Sadovsky <[email protected]>
Greg Schohn <[email protected]>
Thomas Martin <[email protected]>
+RuXu W <[email protected]>
Documentation contributions also came from:
Marco Maggi <[email protected]>
@@ -1,3 +1,6 @@
+Sun Sep 28 14:57:46 MDT 2008
+ Unescape URIs (convert "%ef%e4%45" to "$BCf9q(B").
+
Wed Sep 10 22:43:59 MDT 2008
Releasing GNU libmicrohttpd 0.4.0pre0. -CG
@@ -1033,6 +1033,7 @@ parse_initial_message_line (struct MHD_Connection *connection, char *line)
args++;
parse_arguments (MHD_GET_ARGUMENT_KIND, connection, args);
}
+ MHD_http_unescape(uri);
connection->url = uri;
if (httpVersion == NULL)
connection->version = "";