mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-28 19:09:10 +00:00
415641 Remove remaining calls to deprecated HttpTranspoert.send(HttpGenerator.ResponseInfo info, ByteBuffer content, boolean lastContent) throws IOException
This commit is contained in:
parent
525b268d41
commit
465f151669
@ -262,7 +262,7 @@ public class HttpTransportOverSPDYTest
|
||||
verify(stream, times(1)).reply(replyInfoCaptor.capture(), any(Callback.class));
|
||||
assertThat("ReplyInfo close is false", replyInfoCaptor.getValue().isClose(), is(false));
|
||||
|
||||
httpTransportOverSPDY.send(HttpGenerator.RESPONSE_500_INFO, null,true);
|
||||
httpTransportOverSPDY.send(HttpGenerator.RESPONSE_500_INFO, null,true, new Callback.Adapter());
|
||||
|
||||
verify(stream, times(1)).data(any(DataInfo.class), any(Callback.class));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user