]> git.sesse.net Git - vlc/commit
* modules/access/http.c: Do not use vlc_UrlEncode for the same reason
authorChristophe Massiot <massiot@videolan.org>
Sat, 13 Aug 2005 00:14:09 +0000 (00:14 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sat, 13 Aug 2005 00:14:09 +0000 (00:14 +0000)
commit5cea088ad25a7ab4dc78f2380033c8538b4c37f6
treef2cbdb99c573c4627d5fce6b241d9ab12ef528fd
parent4ff7fb1953f9378ac9869facbb980cd786dad15b
 * modules/access/http.c: Do not use vlc_UrlEncode for the same reason
   than [12145]. We just want to replace spaces.
 * include/network.h: Restored the previous behaviour of vlc_UrlEncode().
   We really mean to URL-encode ? & / etc. in order to be able to pass
   a string containing those special characters as a GET variable in the
   http control interface.
include/network.h
modules/access/http.c