]> git.ipfire.org Git - thirdparty/sarg.git/commit
Stop parsing the URL at the parameters
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 2 Jul 2011 19:49:23 +0000 (19:49 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 2 Jul 2011 19:49:23 +0000 (19:49 +0000)
commit84aefd39b01086d8c48454786b873fc2c4b70ced
tree45cd74135e5e587c4d8df24c435eb546e9701c6d
parentd0e9cc2c95e521ac2224e5137446c7562e7e07c3
Stop parsing the URL at the parameters

The end of a host name is marked by a / for a path or a ? for
parameters. Both must end the host name.
url.c
util.c