Commit fb71ba4
committed
http: docs-only deprecation of res.writeHeader()
Doc-only deprecation of the undocumented res.writeHeader() API.
Also makes res.writeHeader an alias of res.writeHead since the
previous implementation simply deferred to that method.
PR-URL: #11355
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent d4e1eaf commit fb71ba4Copy full SHA for fb71ba4
File tree
Expand file treeCollapse file tree
2 files changed
+13
-3
lines changedOpen diff view settings
Filter options
- doc/api
- lib
Expand file treeCollapse file tree
2 files changed
+13
-3
lines changedOpen diff view settings
Collapse file
+11Lines changed: 11 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
523 | 523 | |
524 | 524 | |
525 | 525 | |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
526 | 537 | |
527 | 538 | |
528 | 539 | |
|
Collapse file
+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
231 | 231 | |
232 | 232 | |
233 | 233 | |
234 | | - |
235 | | - |
236 | | - |
| 234 | + |
| 235 | + |
237 | 236 | |
238 | 237 | |
239 | 238 | |
|
0 commit comments