Skip to content

Commit

Permalink
Merge pull request contiki-os#1683 from msolters/patch-1
Browse files Browse the repository at this point in the history
Fix IPv6 HTTP URL parsing
  • Loading branch information
alignan committed Jun 4, 2016
2 parents c746ca1 + 65632cb commit 9dc1e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/net/http-socket/http-socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ parse_url(const char *url, char *host, uint16_t *portptr, char *path)
if(host != NULL) {
host[i] = 0;
}
urlptr++;
break;
}
if(host != NULL) {
Expand Down

0 comments on commit 9dc1e57

Please sign in to comment.