Skip to content

Commit de79368

Browse files
chillaqsanzmauro
andauthored
Update client/src/main/java/io/split/client/HttpSplitChangeFetcher.java
Co-authored-by: Mauro Sanz <51236193+sanzmauro@users.noreply.github.com>
1 parent 0669fa1 commit de79368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/client/HttpSplitChangeFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public SplitChange fetch(long since, long sinceRBS, FetchOptions options) {
7979
specVersion = SPEC_1_3;
8080
}
8181
URI uri = buildURL(options, since, sinceRBS);
82-
response = _client.get(uri, options, null);
82+
SplitHttpResponse response = _client.get(uri, options, null);
8383
if (response.statusCode() < HttpStatus.SC_OK || response.statusCode() >= HttpStatus.SC_MULTIPLE_CHOICES) {
8484
if (response.statusCode() == HttpStatus.SC_REQUEST_URI_TOO_LONG) {
8585
_log.error("The amount of flag sets provided are big causing uri length error.");

0 commit comments

Comments
 (0)