Skip to content

Commit e5be625

Browse files
author
Stephane Landelle
committed
SignatureCalculator should be resolved before computing the final URI, close AsyncHttpClient#739
1 parent 293b6d2 commit e5be625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/asynchttpclient/RequestBuilderBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ private void computeFinalUri() {
607607
}
608608

609609
public Request build() {
610-
computeFinalUri();
611610
executeSignatureCalculator();
611+
computeFinalUri();
612612
computeRequestCharset();
613613
computeRequestLength();
614614
return request;

0 commit comments

Comments
 (0)