eventsource
eventsource copied to clipboard
changed the proxy to use agent in https request, fixing and issue whe…
When use https proxy with http://.. url in corporate environment, the proxy function in the original package is not working. This PR changed the proxy function to use the agent property in original https request which fixed the issue.