Skip to content

Commit

Permalink
Switch to AsyncResponseHandler in airlift
Browse files Browse the repository at this point in the history
  • Loading branch information
erichwang committed Sep 29, 2014
1 parent 6f02cde commit c76f7fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 108 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
import static com.facebook.presto.client.PrestoHeaders.PRESTO_PAGE_NEXT_TOKEN;
import static com.facebook.presto.client.PrestoHeaders.PRESTO_PAGE_TOKEN;
import static com.facebook.presto.execution.TaskInfo.summarizeTaskInfo;
import static com.facebook.presto.server.AsyncResponseHandler.bindAsyncResponse;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.collect.Iterables.transform;
import static io.airlift.http.server.AsyncResponseHandler.bindAsyncResponse;
import static java.util.concurrent.TimeUnit.MILLISECONDS;
import static java.util.concurrent.TimeUnit.SECONDS;

Expand Down

0 comments on commit c76f7fc

Please sign in to comment.