Skip to content

Commit

Permalink
Fixed compilation errors after merge.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Jul 5, 2019
1 parent 01ce4eb commit bbd2b9e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -593,9 +593,9 @@ public void newStream(HeadersFrame frame, Promise<Stream> promise, Stream.Listen
}
}

protected IStream newStream(int streamId, boolean local)
protected IStream newStream(int streamId, MetaData.Request request, boolean local)
{
return new HTTP2Stream(scheduler, this, streamId, local);
return new HTTP2Stream(scheduler, this, streamId, request, local);
}

@Override
Expand Down

0 comments on commit bbd2b9e

Please sign in to comment.