REST Client not sending headers when using InputStream #39697
Labels
area/rest-client
kind/bug
Something isn't working
triage/out-of-date
This issue/PR is no longer valid or relevant
Describe the bug
With Quarkus 3.8.3 the REST Client won't send any headers when the input is an InputStream. I think this is related to #39265
Expected behavior
Send input headers as before or when using no InputStreama as input.
Actual behavior
No headers are sent.
How to Reproduce?
`private final Client client = ClientBuilder.newClient();
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.8.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: