mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 06:14:25 -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
|
@ -43,6 +43,7 @@ enum RsFeedReaderErrorState {
|
|||
RS_FEED_ERRORSTATE_DOWNLOAD_UNKNOWN_CONTENT_TYPE = 3,
|
||||
RS_FEED_ERRORSTATE_DOWNLOAD_NOT_FOUND = 4,
|
||||
RS_FEED_ERRORSTATE_DOWNLOAD_UNKOWN_RESPONSE_CODE = 5,
|
||||
RS_FEED_ERRORSTATE_DOWNLOAD_BLOCKED = 6,
|
||||
|
||||
/* process */
|
||||
RS_FEED_ERRORSTATE_PROCESS_INTERNAL_ERROR = 50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue