Commit 6214b98c authored by titanium007's avatar titanium007

check for null

parent 9710b6cd
......@@ -28,6 +28,7 @@ namespace Titanium.Web.Proxy.Helpers
sb.Append(httpCmd);
sb.Append(Environment.NewLine);
}
if (requestHeaders != null)
for (int i = 0; i < requestHeaders.Count; i++)
{
var header = requestHeaders[i].ToString();
......
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