Skip to content

Commit 73075cd

Browse files
Revert the getHttpExchange change
1 parent 3be5004 commit 73075cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetty-core/jetty-client/src/main/java/org/eclipse/jetty/client/transport/internal/HttpSenderOverHTTP.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private HeadersCallback()
155155
protected Action process() throws Exception
156156
{
157157
HttpClient httpClient = getHttpChannel().getHttpDestination().getHttpClient();
158-
HttpExchange exchange = getHttpChannel().getHttpExchange();
158+
HttpExchange exchange = getHttpExchange();
159159

160160
ByteBufferPool bufferPool = httpClient.getByteBufferPool();
161161
boolean useDirectByteBuffers = httpClient.isUseOutputDirectByteBuffers();

0 commit comments

Comments
 (0)