Commit 9bc333c
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 <[email protected]>
Reviewed-By: Khaidi Chu <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>1 parent c197c78 commit 9bc333c
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2184 | 2184 | | |
2185 | 2185 | | |
2186 | 2186 | | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
2187 | 2198 | | |
2188 | 2199 | | |
2189 | 2200 | | |
| |||
2197 | 2208 | | |
2198 | 2209 | | |
2199 | 2210 | | |
2200 | | - | |
| 2211 | + | |
| 2212 | + | |
2201 | 2213 | | |
2202 | 2214 | | |
2203 | 2215 | | |
| |||
0 commit comments