Commit 6edfb09c authored by Björn Weström's avatar Björn Weström

Fixed handling of response body for ReRequests. Spelling.

parent cfb601a9
...@@ -36,6 +36,8 @@ namespace Titanium.Web.Proxy ...@@ -36,6 +36,8 @@ namespace Titanium.Web.Proxy
await Handle401UnAuthorized(args); await Handle401UnAuthorized(args);
} }
response.OriginalHasBody = response.HasBody;
//if user requested call back then do it //if user requested call back then do it
if (!response.Locked) if (!response.Locked)
{ {
......
...@@ -130,7 +130,7 @@ namespace Titanium.Web.Proxy ...@@ -130,7 +130,7 @@ namespace Titanium.Web.Proxy
//Should we cache all Set-Cokiee headers from server during auth process //Should we cache all Set-Cokiee headers from server during auth process
//and send it to client after auth? //and send it to client after auth?
// Let ReposnseHandler send the updated request // Let ResponseHandler send the updated request
args.ReRequest = true; args.ReRequest = true;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment