We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5392e commit 186a9d0Copy full SHA for 186a9d0
api/src/main/java/org/asynchttpclient/RequestBuilderBase.java
@@ -650,7 +650,7 @@ private void executeSignatureCalculator() {
650
}
651
652
private void computeRequestCharset() {
653
- if (request.charset != null) {
+ if (request.charset == null) {
654
try {
655
final String contentType = request.headers.getFirstValue("Content-Type");
656
if (contentType != null) {
0 commit comments