From: asterix Date: Mon, 3 Oct 2011 17:18:41 +0000 (+0000) Subject: Add comment. X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=635385b7e731d1b536a63db4d881f32603c22cfd Add comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5138 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/net/http.c b/bertos/net/http.c index 05d8e1b2..c2dbef4d 100644 --- a/bertos/net/http.c +++ b/bertos/net/http.c @@ -152,6 +152,7 @@ void http_decodeUri(const char *raw_buf, size_t raw_len, char *decodec_buf, size { *decodec_buf++ = value; len--; + /* decoded two digit of hex value, go to next value*/ i += 2; continue; }