Commit dbb30dec authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "access_http: use only the provided user agent."

This reverts commit a869d39d.
parent 3310dccd
......@@ -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\r\n",
"User-Agent: %s LibVLC/"VERSION"\r\n",
p_sys->psz_user_agent );
/* Offset */
if( p_sys->i_version == 1 && ! p_sys->b_continuous )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment