fix(core): update
This commit is contained in:
parent
5f27b6834c
commit
9db29bacc2
@ -88,6 +88,8 @@ export let request = async (
|
|||||||
optionsArg.path = detailedUnixPath.path;
|
optionsArg.path = detailedUnixPath.path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: support tcp sockets
|
||||||
|
|
||||||
// lets determine the request module to use
|
// lets determine the request module to use
|
||||||
const requestModule = (() => {
|
const requestModule = (() => {
|
||||||
if (parsedUrl.protocol === 'https:') {
|
if (parsedUrl.protocol === 'https:') {
|
||||||
|
Loading…
Reference in New Issue
Block a user