Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,12 @@ public long getContentLength() {
return -1;
}

/**
* Content is no longer encoded
*/
@Override
public boolean isRepeatable() {
return super.isRepeatable();
}

@Override
public boolean isStreaming() {
return super.isStreaming();
public String getContentEncoding() {
return null;
}

/**
Expand Down
Loading