Skip to content

Commit 9831e36

Browse files
committed
Current EnableRewind for MultipartSection obsolete
1 parent 50f46c2 commit 9831e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Http/src/Internal/BufferingHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static HttpRequest EnableRewind(this HttpRequest request, int bufferThres
3030
return request;
3131
}
3232

33-
[Obsolete("This method is obsolete. Use `EnableRewind` instead.")]
33+
[Obsolete("This method is obsolete. Use `EnableRewind` with `IFileBufferingStreamFactory` instead.")]
3434
public static MultipartSection EnableRewind(this MultipartSection section, Action<IDisposable> registerForDispose,
3535
int bufferThreshold = DefaultBufferThreshold, long? bufferLimit = null)
3636
{

0 commit comments

Comments
 (0)