We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc67208 commit 41cd674Copy full SHA for 41cd674
chap06/web_get.c
@@ -66,6 +66,7 @@ void parse_url(char *url, char **hostname, char **port, char** path) {
66
}
67
*p = 0;
68
69
+ ++p;
70
while (*p && *p != '#') ++p;
71
if (*p == '#') *p = 0;
72
0 commit comments