Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <marco.link@contentful.com> Co-authored-by: Makinwa Olubukola <bukola.makinwa@contentful.com>
- Loading branch information