HTTPCLIENT-2126: `InternalAbstractHttpAsyncClient` incorrectly handles response messages with no enclosed entity
This commit is contained in:
parent
1cd0f73746
commit
f6333a5001
|
@ -278,7 +278,7 @@ abstract class InternalAbstractHttpAsyncClient extends AbstractHttpAsyncClientBa
|
|||
}
|
||||
|
||||
});
|
||||
return responseConsumer;
|
||||
return entityDetails != null ? responseConsumer : null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue