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

@@ -239,7 +239,7 @@ public class MultiUploadService extends AbstractHttpService implements Service,
}
uploadFuture = request.asStringAsync();
return waitChannelLink(channel, uploadFuture);
return waitChannelLink(channel);
}
@Override