Commit 8bc930c
committed
http2: fix endless loop when writing empty string
PR-URL: #18924
Fixes: #18169
Refs: #18673
Refs: https://github.com/nodejs/node/blob/v9.5.0/src/node_http2.cc#L1481-L1484
Refs: https://github.com/nodejs/node/blob/v9.5.0/lib/_http_outgoing.js#L659-L661
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent aa0fca9 commit 8bc930cCopy full SHA for 8bc930c
File tree
Expand file treeCollapse file tree
1 file changed
+13
-1
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+13
-1
lines changedOpen diff view settings
Collapse file
+13-1Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2192 | 2192 | |
2193 | 2193 | |
2194 | 2194 | |
| 2195 | + |
| 2196 | + |
| 2197 | + |
| 2198 | + |
| 2199 | + |
| 2200 | + |
| 2201 | + |
| 2202 | + |
| 2203 | + |
| 2204 | + |
| 2205 | + |
2195 | 2206 | |
2196 | 2207 | |
2197 | 2208 | |
| ||
2205 | 2216 | |
2206 | 2217 | |
2207 | 2218 | |
2208 | | - |
| 2219 | + |
| 2220 | + |
2209 | 2221 | |
2210 | 2222 | |
2211 | 2223 | |
|
0 commit comments