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 9588664 commit dde2376Copy full SHA for dde2376
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