bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

No HTTP File transfert resume after this one is interupted #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps:

A is Blackbird (ftohttp activated) 
B is blackbird (ftohttp activated)
C is albatros (ftohttp desactivated)

Initiate a Group Chat between A, B and C.

start to upload a file (big file), via HTTP

Set A to plane mode on
Set A to plane mode off

Result Expected : 
First request : GET http://<FT HCS URI>/upload-url?tid=<tid>&get_upload_info
Associated response contains the stored byte range in the direct upload URI

Second request : PUT http://<file_upload_url> 
Associated response : 200 OK

third request
GET http://<FT HCS URI>/upload-url?tid=<tidvalue>&get_upload_info
XML response contains links to the allocated ressources Upload thumb&file urls.

Results Obtained:
upload is not resumed

---
RI 2.4.14

Original issue reported on code.google.com by rcs.capg...@gmail.com on 13 Jan 2014 at 12:11

GoogleCodeExporter commented 8 years ago
Feature not yet implemented. In case of radio disconnection/reconnection, 
transfer does not pause/resume.

Original comment by lemordan...@gmail.com on 20 Jan 2014 at 11:04

GoogleCodeExporter commented 8 years ago
Resume upload does not work:

- Pause button does not stop file upload. TCP connection is not closed. File 
upload continues after being pressed. Resume request is sent while first upload 
attempt is in progress.

- The file upload begins after the progress bar reach the maximum.

see attached traces: packet 577 resume upload request, but packets from first 
upload attempt after 582, 599, 600...

Original comment by rcs.capg...@gmail.com on 7 Feb 2014 at 3:57

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r538.

Original comment by lemordan...@gmail.com on 1 Apr 2014 at 8:54