Skip to content

Commit

Permalink
Merge pull request #64 from Vantiv/US267942-Timeout-Fix
Browse files Browse the repository at this point in the history
US267942 - Timeout Bug Fix
  • Loading branch information
VantivSDK authored Sep 27, 2019
2 parents 03fb2f8 + aed5594 commit a93015c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= LitleOnline CHANGELOG

== Version 9.14.3 (September 27 2019)
* BugFix: Removed line setting the timeout to 1ms

== Version 9.14.2 (December 13 2018)
* the default value of processingType is replaced from accountFunding to undefined

Expand Down
2 changes: 0 additions & 2 deletions LitleSdkForNet/LitleSdkForNet/Communications.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ private async Task<string> HttpPostCoreAsync(string xmlRequest, Dictionary<strin
request.ServicePoint.Expect100Continue = false;
request.KeepAlive = false;


request.Timeout = 1;
if (IsProxyOn(config))
{
var myproxy = new WebProxy(config["proxyHost"], int.Parse(config["proxyPort"]))
Expand Down

0 comments on commit a93015c

Please sign in to comment.