Skip to content

Commit

Permalink
Update StreamResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Nov 21, 2024
1 parent 4907cfd commit 7cac105
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Elastic.Transport/Responses/Special/StreamResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ public StreamResponse(Stream body, string? contentType)
ContentType = contentType ?? string.Empty;
}

internal override bool LeaveOpen => true;
/// <summary>
///
/// </summary>
protected internal override bool LeaveOpen => true;

/// <summary>
/// Disposes the underlying stream.
Expand Down

0 comments on commit 7cac105

Please sign in to comment.