diff options
Diffstat (limited to 'docs/transfers-v1.md')
| -rw-r--r-- | docs/transfers-v1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/transfers-v1.md b/docs/transfers-v1.md index 711c861..f9c3675 100644 --- a/docs/transfers-v1.md +++ b/docs/transfers-v1.md @@ -58,7 +58,7 @@ and encrypts one 1 MB chunk, waits for room on the channel learns that a download started, and never learns that one ended.** There is nothing to count and nothing to cap. This is the central fact of this work. -**An upload is half-visible.** `_do_file_upload` (`webrtc_server.py:4471`) +**An upload is half-visible.** `_do_file_upload` (`webrtc/upload_handlers.py`) keeps `self._uploads[f"{rel_dir}/{filename}"]` with `next_index` and a `.part` file on disk. That state is **per session object and in memory**: a browser that disconnects mid-upload leaves a `.part` file on the operator's disk that |