Files
SingularityViewer/indra
Aleric Inglewood b20886a481 Allow TOS redirect. Fix upload finished detection when redirecting.
This fixes https://code.google.com/p/singularity-viewer/issues/detail?id=705

Adds 'bool redirect_status_ok(void) const { return true; }' to LLIamHere,
because it's ok to receive a 302 status there. Likewise added to LLIamHereVoice,
because that has the same comment in its error() method.

Also fixes the problem that if two redirects occur on a row, then the
upload_finished detection asserted because it would detect the third
time that libcurl turned off writing to the socket as a failure (the
second time wasn't a problem because mUploadFinished was reset upon
receiving the first 302 header, but not upon receiving the second
header).
2013-03-25 04:41:07 +01:00
..
2013-01-30 05:43:17 +01:00
2013-02-25 12:53:18 -06:00
2013-03-23 22:22:38 +01:00
2012-12-09 02:10:16 +01:00
2013-02-25 12:53:18 -06:00
2012-07-23 18:15:11 +02:00