demux: adaptive: remove redundant check of CRLF
commitef281573e6d24520c9579f5b0f57f17e75940c22
authorZhao Zhili <quinkblack@foxmail.com>
Thu, 12 Oct 2017 07:30:35 +0000 (12 15:30 +0800)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 17 Oct 2017 17:11:15 +0000 (17 19:11 +0200)
treeaf2abb07954f0a089b5b3e14bdcec18b024fa877
parenta1c68b71c6b497e19a92b10995e7e5bd434218ad
demux: adaptive: remove redundant check of CRLF

CRLF is stripped by readLine(), and the following code doesn't deal with
CRLF, so the check is redundant and suspicious.

Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
modules/demux/adaptive/http/HTTPConnection.cpp