Commit 06cfff9
http: don't bother making a copy of the options
Alternative to #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: #593
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>1 parent 55c222c commit 06cfff9
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
0 commit comments