Commit 751d0943 authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Fixed auto-reconnect mode in http.

TB.
(cherry picked from commit 86d1566e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f6ee15ba
......@@ -872,6 +872,8 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
p_sys->b_reconnect = false;
i_read = Read( p_access, p_buffer, i_len );
p_sys->b_reconnect = true;
return i_read;
}
}
......
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