Skip to content

Commit

Permalink
Quite sure this solves some weird bug somewhere ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Jun 26, 2024
1 parent 8140241 commit fadfee3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ protected InputStream doGetInputStream() throws Exception {
return getGHContent().read();
}

@Override
protected InputStream doGetInputStream(int bufferSize) throws Exception {
return getGHContent().read();
}

@Override
protected long doGetLastModifiedTime() throws Exception {
try {
Expand Down

0 comments on commit fadfee3

Please sign in to comment.