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
fix: remove use of the deprecated OutgoingMessage.prototype._headers
Removes deprecated code. Cannot replace with setHeaders since headers already sent.
In case you still want to obscure the headers from the request-object i suggest you strip down the request object to only include desired attributes, rather than changing the original object.
Co-authored-by: Marco Link <[email protected]>
Co-authored-by: Makinwa Olubukola <[email protected]>
0 commit comments