refactoring changes

This commit is contained in:
Shreyas Zare
2021-02-27 19:35:51 +05:30
parent 5eddfbdda1
commit a7a91f68b6

View File

@@ -1,6 +1,6 @@
/*
Technitium DNS Server
Copyright (C) 2020 Shreyas Zare (shreyas@technitium.com)
Copyright (C) 2021 Shreyas Zare (shreyas@technitium.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -415,7 +415,7 @@ namespace DnsServerCore
OffsetStream oFS = new OffsetStream(fS, 0, limit);
using (Stream s = WebService.GetOutputStream(request, response))
using (Stream s = DnsWebService.GetOutputStream(request, response))
{
await oFS.CopyToAsync(s);