mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -04:00
FeedReader: Added process of response code 403 and added user agent
This commit is contained in:
parent
ff183ee98b
commit
180b7d3703
5 changed files with 28 additions and 12 deletions
|
@ -101,6 +101,9 @@ QString FeedReaderStringDefs::errorString(RsFeedReaderErrorState errorState, con
|
|||
case RS_FEED_ERRORSTATE_DOWNLOAD_UNKOWN_RESPONSE_CODE:
|
||||
errorText = QApplication::translate("FeedReaderStringDefs", "Unknown response code");
|
||||
break;
|
||||
case RS_FEED_ERRORSTATE_DOWNLOAD_BLOCKED:
|
||||
errorText = QApplication::translate("FeedReaderStringDefs", "Download blocked");
|
||||
break;
|
||||
|
||||
/* process */
|
||||
case RS_FEED_ERRORSTATE_PROCESS_INTERNAL_ERROR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue