Commit 3b457acd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf

http: cosmetic

(cherry picked from commit 43d5697733f19ae966de45fb1eb6b0b5589c6442)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fd8b5238
......@@ -1257,14 +1257,12 @@ static int Request( access_t *p_access, uint64_t i_tell )
net_Printf( p_access, p_sys->fd, pvs, "Host: %s\r\n",
p_sys->url.psz_host );
/* User Agent */
net_Printf( p_access, p_sys->fd, pvs,
"User-Agent: %s\r\n",
net_Printf( p_access, p_sys->fd, pvs, "User-Agent: %s\r\n",
p_sys->psz_user_agent );
/* Referrer */
if (p_sys->psz_referrer)
{
net_Printf( p_access, p_sys->fd, pvs,
"Referer: %s\r\n",
net_Printf( p_access, p_sys->fd, pvs, "Referer: %s\r\n",
p_sys->psz_referrer);
}
/* Offset */
......
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