lava_rpc_connector: Dont swallow HTTP exceptions silently
This causes bad data to go into output files (e.g. HTTP error messages)
which then cause errors much later in processing pipeline. Let errors
happen where they happen (so we're able to analyze them and see how
to react to them).
Actually, add call to raise_for_status(), so HTTP protocol errors were
properly detected.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I72cffdcbd3baf1a636b8dbc4eac1bfdc987afcb1
1 file changed