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.
2 parents 9588664 + dde2376 commit 608972cCopy full SHA for 608972c
api/src/main/java/org/asynchttpclient/RequestBuilderBase.java
@@ -618,7 +618,7 @@ public Request build() {
618
try {
619
request.length = Long.parseLong(contentLength);
620
} catch (NumberFormatException e) {
621
- // NoOp -- we wdn't specify length so it will be chunked?
+ // NoOp -- we won't specify length so it will be chunked?
622
}
623
624
0 commit comments