Commit 459bc0f
committed
Update simultaneous open connections docs for slot-release-on-headers
The Workers runtime now releases connection slots when response headers
arrive, rather than when the response body is fully consumed. This means
the 6-connection limit only constrains how many connections can be in
the 'waiting for headers' phase simultaneously.
Remove documentation of stall detection and forced connection
cancellation (Response closed due to connection limit), as this
behavior is no longer observable with the new slot release timing.
Keep the response.body.cancel() advice for memory management.
Add a changelog entry for the change.1 parent 8cf3d2a commit 459bc0f
File tree
2 files changed
+12
-5
lines changed- src/content
- changelog/workers
- docs/workers/platform
2 files changed
+12
-5
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | 230 | | |
233 | 231 | | |
234 | 232 | | |
| |||
0 commit comments