Commit 401a7ae
committed
docs: clarify ngx.sleep(0) is a workaround, link tracking issue #13256
Per review feedback, the comment now states explicitly that the yield
prevents one request from monopolizing the worker but does not bound
per-stream CPU time, add backpressure, or time out stalled streams.
A real fix is tracked in #13256.1 parent 1008af0 commit 401a7ae
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
370 | 374 | | |
371 | 375 | | |
372 | 376 | | |
| |||
0 commit comments