From 3b7004b88acfc7f7baa3a8857a5a2f7cf3dd560e Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 17 May 2024 16:03:28 -0400 Subject: feat: Added ReadFileDataAsync function --- lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Net.Http') diff --git a/lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs b/lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs index 797d490..bd43def 100644 --- a/lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs +++ b/lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs @@ -3,10 +3,10 @@ * * Library: VNLib * Package: VNLib.Net.Http -* File: ResponseWriter.cs +* File: ResponsBodyDataState.cs * -* ResponseWriter.cs is part of VNLib.Net.Http which is part of the larger -* VNLib collection of libraries and utilities. +* ResponsBodyDataState.cs is part of VNLib.Net.Http which is part of +* the larger VNLib collection of libraries and utilities. * * VNLib.Net.Http is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as -- cgit