-
Notifications
You must be signed in to change notification settings - Fork 33
Fix missing proxy auth #42
Fix missing proxy auth #42
Conversation
changes look good. I think you need to run format on the code so the prettier check passes (it only runs on the linux leg - see the failed run) |
Co-authored-by: Felipe Galindo Sanchez <[email protected]>
@@ -2,6 +2,7 @@ import * as http from 'http' | |||
import * as httpm from '../_out' | |||
import * as pm from '../_out/proxy' | |||
import * as proxy from 'proxy' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/proxy.test.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate of #
@@ -2,6 +2,7 @@ import * as http from 'http' | |||
import * as httpm from '../_out' | |||
import * as pm from '../_out/proxy' | |||
import * as proxy from 'proxy' | |||
import * as tunnelm from 'tunnel' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/proxy.test.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/proxy.test.ts
Fixes #39 by adding check to see whether proxy authentication is provided