Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade [email protected], fixs HTTP_PROXY use issue #31

Merged
merged 1 commit into from
Jul 27, 2019
Merged

Upgrade [email protected], fixs HTTP_PROXY use issue #31

merged 1 commit into from
Jul 27, 2019

Conversation

septs
Copy link
Contributor

@septs septs commented Jul 27, 2019

Reference:
axios/axios#925

➜  test git:(master) ✗ env | grep "PROXY"
HTTP_PROXY=http://127.0.0.1:6152
HTTPS_PROXY=http://127.0.0.1:6152
FTP_PROXY=http://127.0.0.1:6152
RSYNC_PROXY=http://127.0.0.1:6152
ALL_PROXY=http://127.0.0.1:6152
➜  test git:(master) ✗ # upgrade before
➜  test git:(master) ✗ time typesync
»  TypeSync v0.5.1
✖  Client network socket disconnected before secure TLS connection was established
Stack:
Error: Client network socket disconnected before secure TLS connection was established
    at connResetException (internal/errors.js:559:14)
    at TLSSocket.onConnectEnd (_tls_wrap.js:1357:19)
    at Object.onceWrapper (events.js:291:20)
    at TLSSocket.emit (events.js:208:15)
    at endReadableNT (_stream_readable.js:1154:12)
    at processTicksAndRejections (internal/process/task_queues.js:77:11)
typesync  0.96s user 0.18s system 0% cpu 3:06.02 total
➜  test git:(master) ✗ # upgrade after
➜  test git:(master) ✗ time ../typesync/bin/typesync
»  TypeSync v0.5.1
✔  No new typings added, looks like you're all synced up!
../typesync/bin/typesync  0.13s user 0.02s system 6% cpu 2.329 total

@coveralls
Copy link
Collaborator

Coverage Status

Coverage remained the same at 100.0% when pulling 3f6ea27 on septs:master into f3da503 on jeffijoe:master.

@septs
Copy link
Contributor Author

septs commented Jul 27, 2019

@jeffijoe Hope to release a patch version.

@jeffijoe
Copy link
Owner

Great! Will release when I get a chance!

@septs
Copy link
Contributor Author

septs commented Jul 27, 2019

@jeffijoe When to release the next version?

@jeffijoe jeffijoe merged commit 36dbc17 into jeffijoe:master Jul 27, 2019
@jeffijoe
Copy link
Owner

This has been released as 0.5.2, thanks!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants