Skip to content

Commit 1f71dda

Browse files
author
Bruce A. Grobler
committed
Handle no body on http request (ios)
1 parent a6cd21a commit 1f71dda

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

https.ios.js

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

https.ios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export function request(options: Https.HttpsRequestOptions): Promise<Https.Https
4646
return new Promise(function (resolve, reject) {
4747
try {
4848

49-
5049
let url;
5150
const params = <HttpsRequestObject>options.params;
5251
if (params) {

0 commit comments

Comments
 (0)