1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 07:32:50 +00:00

Implements 2shared service and improves channel link synchronization

This commit is contained in:
2012-01-22 21:58:01 -02:00
parent 3b06f0b9e6
commit cd835e2064
21 changed files with 440 additions and 25 deletions

View File

@@ -183,7 +183,7 @@ public class DepositFilesService extends AbstractHttpService implements
.parameter("UPLOAD_IDENTIFIER", uploadID)
.parameter("agree", true)
.parameter("MAX_FILE_SIZE", maxFileSize).asPageAsync();
return waitChannelLink(channel, uploadFuture);
return waitChannelLink(channel);
}
@Override