Open GoogleCodeExporter opened 9 years ago
The problem is in HttpRequestSender.cpp. It parses the redirect URL but does
not create a new connection. I've attached a version of HttpRequestSender.cpp
that works for me. In it, I've expanded the loop to include the setting up of
the connection.
For redirects that are on the same server, this will mean we are unnecessarily
setting up a new connection. However, crash reports should be rare and I think
the wasted effort is worth it to keep the code as simple as possible.
Original comment by c...@c-riddell.com
on 26 Aug 2014 at 6:30
Attachments:
Original issue reported on code.google.com by
c...@c-riddell.com
on 26 Aug 2014 at 6:27