Opened 15 years ago

Closed 15 years ago

#6141 closed defect (fixed)

HttpComms ignores max redirect count

Reported by: jstorm@… Owned by: Isaac Richards
Priority: blocker Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

With services currently broken I noticed that HttpComms? will loop forever on redirect, and block the setup during icon download

ie: Redirection: /, count: 6053, max: 3

The attached patch fixes the redirect loop, and adds in a log notice (VB_IMPORTANT) that it happened.

Attachments (1)

httpcomms.patch.txt (897 bytes) - added by jstorm@… 15 years ago.
Patch for httpcomms.cpp

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by jstorm@…

Attachment: httpcomms.patch.txt added

Patch for httpcomms.cpp

comment:1 Changed 15 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [19722]) Don't ignore the max redirect count in the httpcomms helper functions.

Fixes #6141

Note: See TracTickets for help on using tickets.