From 911b23af510484805d35525eb99aec6afc3bb957 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 14 Sep 2010 19:16:00 +0200 Subject: [PATCH] access_http: use the user agent provided by the user: fix #4162 --- modules/access/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/http.c b/modules/access/http.c index 29da639b21..398c38b0d7 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -1285,7 +1285,7 @@ static int Request( access_t *p_access, uint64_t i_tell ) } /* User Agent */ net_Printf( p_access, p_sys->fd, pvs, - "User-Agent: %s LibVLC/"VERSION"\r\n", + "User-Agent: %s\r\n", p_sys->psz_user_agent ); /* Offset */ if( p_sys->i_version == 1 && ! p_sys->b_continuous ) -- 2.39.2