Skip to content

Commit 649c1bd

Browse files
committed
update informations for publish
1 parent 6c85753 commit 649c1bd

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
https-proxy-agent
22
================
3+
# fixed the socket connection leak problem within [https-proxy-agent@4.0.0](https://github.com/TooTallNate/node-https-proxy-agent)
4+
35
### An HTTP(s) proxy `http.Agent` implementation for HTTPS
4-
[![Build Status](https://github.com/TooTallNate/node-https-proxy-agent/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-https-proxy-agent/actions?workflow=Node+CI)
6+
[![Build Status](https://github.com/Kluezesh/node-https-proxy-agent/workflows/Node%20CI/badge.svg)](https://github.com/Kluezesh/node-https-proxy-agent/actions?workflow=Node+CI)
57

68
This module provides an `http.Agent` implementation that connects to a specified
79
HTTP or HTTPS proxy server, and can be used with the built-in `https` module.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
{
2-
"name": "https-proxy-agent",
3-
"version": "4.0.0",
4-
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
2+
"name": "https-proxy-agent-fix",
3+
"version": "4.0.1",
4+
"description": "(fix bug)An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "./index.js",
66
"types": "./index.d.ts",
77
"scripts": {
88
"test": "mocha --reporter spec"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
12+
"url": "git://github.com/Kluezesh/node-https-proxy-agent.git"
1313
},
1414
"keywords": [
1515
"https",
1616
"proxy",
1717
"endpoint",
18-
"agent"
18+
"agent",
19+
"fix"
1920
],
20-
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
21+
"author": "kluezesh",
2122
"license": "MIT",
2223
"bugs": {
23-
"url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
24+
"url": "https://github.com/Kluezesh/node-https-proxy-agent/issues"
2425
},
2526
"dependencies": {
2627
"agent-base": "5",

0 commit comments

Comments
 (0)