mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Merge pull request #1683 from msolters/patch-1
Fix IPv6 HTTP URL parsing
This commit is contained in:
@@ -324,6 +324,7 @@ parse_url(const char *url, char *host, uint16_t *portptr, char *path)
|
|||||||
if(host != NULL) {
|
if(host != NULL) {
|
||||||
host[i] = 0;
|
host[i] = 0;
|
||||||
}
|
}
|
||||||
|
urlptr++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(host != NULL) {
|
if(host != NULL) {
|
||||||
|
Reference in New Issue
Block a user