mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Fix backwards compatibility issues
This commit is contained in:
@@ -30,14 +30,6 @@ namespace Tgstation.Server.Client
|
||||
return new CachedResponseStream(response, stream);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override async ValueTask DisposeAsync()
|
||||
{
|
||||
await base.DisposeAsync().ConfigureAwait(false);
|
||||
await responseStream.DisposeAsync().ConfigureAwait(false);
|
||||
response.Dispose();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override bool CanRead => responseStream.CanRead;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user