Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http: don't bother making a copy of the options
Alternative to nodejs#592. The `options` object is never overwritten, so making a copy is not necessary. This solves issues such as https://github.com/petkaantonov/urlparser/issues where the options object is created from a constructor. PR-URL: nodejs#593 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
- Loading branch information