Skip to content

Commit

Permalink
Make PersistentHttpStream$getConnectionRequest overridable (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Currypan1229 authored Nov 26, 2024
1 parent 546c39b commit c98be9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private static boolean validateStatusCode(HttpResponse response, boolean returnO
return true;
}

private HttpGet getConnectRequest() {
protected HttpGet getConnectRequest() {
HttpGet request = new HttpGet(getConnectUrl());

if (position > 0 && useHeadersForRange()) {
Expand Down

0 comments on commit c98be9d

Please sign in to comment.