Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 0e70e87

Browse files
committed
style: improve code style
1 parent 37fe200 commit 0e70e87

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Handlers/ErrorHandlerMiddleware.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ public ErrorHandlerMiddleware(
2525

2626
public async Task Invoke(HttpContext httpContext)
2727
{
28-
httpContext.Request.ContentLength = 0;
29-
30-
3128
await _next(httpContext);
3229

3330
if(httpContext.IsNotSuccess())

0 commit comments

Comments
 (0)