mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 09:48:37 +00:00
Remove leftover commented code
This commit is contained in:
parent
b24037d0e1
commit
0dd51a1c9f
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ public class DigestMiddleware : Middleware
|
||||||
}
|
}
|
||||||
|
|
||||||
context.Response.Headers.Append("X-Digest-B", calculatedRequestDigest);
|
context.Response.Headers.Append("X-Digest-B", calculatedRequestDigest);
|
||||||
// context.Request.Body.Position = 0;
|
|
||||||
|
|
||||||
// Let endpoint generate response so we can calculate the digest for it
|
// Let endpoint generate response so we can calculate the digest for it
|
||||||
Stream originalBody = context.Response.Body;
|
Stream originalBody = context.Response.Body;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue