Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 2901439

Browse files
authored
Merge pull request #400 from uptimecomputing/383-EmailInvoiceTimeout
383 email invoice timeout
2 parents 89ac0c3 + 1783119 commit 2901439

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Xero.Api/Infrastructure/Http/Response.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ internal Response(HttpWebResponse inner)
3131
{
3232
Headers[item] = inner.Headers[item];
3333
}
34+
35+
inner.Close();
3436
}
3537

3638
public string Body

0 commit comments

Comments
 (0)