Skip to content

Commit

Permalink
Fixed RD-10733 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz authored Mar 12, 2024
1 parent 653041e commit 2f86003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected LocationObject doRequest(

Object[] allHeaders = new Object[allHeadersSize];

for (int i = 0; i < allHeaders.length; i++) {
for (int i = 0; i < headersSize; i++) {
allHeaders[i] = getNode.execute(this, headers, i);
}

Expand Down

0 comments on commit 2f86003

Please sign in to comment.