From 635385b7e731d1b536a63db4d881f32603c22cfd Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 3 Oct 2011 17:18:41 +0000 Subject: [PATCH] Add comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5138 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/net/http.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.25.1