Skip to content

Commit

Permalink
Merge pull request #47 from mjwoodsphx/master
Browse files Browse the repository at this point in the history
Issue #46
  • Loading branch information
klehman-rally authored Oct 8, 2019
2 parents 4a66c14 + 2840078 commit 130a952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ pip-log.txt

# Mac crap
.DS_Store
/.vs/Rally.RestApi/v16/Server/sqlite3
1 change: 1 addition & 0 deletions Rally.RestApi/Web/HttpService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ internal string Delete(Uri target, IDictionary<string, string> headers = null)
}
cookiesBefore = MakeDisplayableCookieString(cookies);
requestHeaders = request.Headers.ToString();
request.Proxy = connectionInfo.Proxy;
var httpResponse = (HttpWebResponse)request.GetResponse();
cookiesAfter = MakeDisplayableCookieString(cookies);
responseHeaders = httpResponse.Headers.ToString();
Expand Down

0 comments on commit 130a952

Please sign in to comment.