Skip to content

Commit e053e05

Browse files
authored
add httpCookieSpec
1 parent 29c0d09 commit e053e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/internal/http/HttpConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public Builder timeout(final Integer timeout) {
159159
}
160160

161161
public HttpConnection build() {
162-
return new HttpConnection(host, timeout, user, password, useSsl, sslContext, util, contentType, ttl);
162+
return new HttpConnection(host, timeout, user, password, useSsl, sslContext, util, contentType, ttl, httpCookieSpec);
163163
}
164164
}
165165

0 commit comments

Comments
 (0)