You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
node-tunnel/lib/tunnel.js
Line 108 in 5fb2fb4
mergeOptions leaves the proxyOptions.headers behind and they don't get send to the proxy server.
An ugly example fix would be
Object.assign(connectOptions.headers, self.proxyOptions.headers)
on the following line
The text was updated successfully, but these errors were encountered: