We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be5004 commit 73075cdCopy full SHA for 73075cd
jetty-core/jetty-client/src/main/java/org/eclipse/jetty/client/transport/internal/HttpSenderOverHTTP.java
@@ -155,7 +155,7 @@ private HeadersCallback()
155
protected Action process() throws Exception
156
{
157
HttpClient httpClient = getHttpChannel().getHttpDestination().getHttpClient();
158
- HttpExchange exchange = getHttpChannel().getHttpExchange();
+ HttpExchange exchange = getHttpExchange();
159
160
ByteBufferPool bufferPool = httpClient.getByteBufferPool();
161
boolean useDirectByteBuffers = httpClient.isUseOutputDirectByteBuffers();
0 commit comments