CB-6928: Handle 304 status code

This commit is contained in:
Javier Puerto
2014-06-19 02:20:51 +02:00
committed by Ian Clelland
parent 22f1ea573c
commit b88584c5a3
2 changed files with 87 additions and 72 deletions
+1
View File
@@ -35,5 +35,6 @@ FileTransferError.FILE_NOT_FOUND_ERR = 1;
FileTransferError.INVALID_URL_ERR = 2;
FileTransferError.CONNECTION_ERR = 3;
FileTransferError.ABORT_ERR = 4;
FileTransferError.NOT_MODIFIED_ERR = 5;
module.exports = FileTransferError;