Skip to content

Commit 06b8c80

Browse files
committed
Add link to github discussion
1 parent 5c64648 commit 06b8c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/http/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ def send_head(self):
779779
start, end = self._range
780780
if start is None:
781781
# parse_range() collapses (None, None) to None as it's invalid
782+
# https://github.com/python/cpython/pull/118949#discussion_r1912397525
782783
assert end is not None
783784
# `end` here means suffix length
784785
start = max(0, fs.st_size - end)

0 commit comments

Comments
 (0)