Commit 6a990fe
docs(dat): note why the fetch trigger must stay non-cancelable (no leak)
The request function internally allocs a request batch and frees it itself
(FUN_007cdea0 reclaims it after dispatch), and returns only an int cancel
token we discard - so flags=0 is fire-and-forget with nothing to release.
A cancelable flag would hand back a handle that leaks if not released.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 09f70c8 commit 6a990fe
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments