Skip to content

Commit e70bf19

Browse files
committed
fix default content type ref
1 parent 3ee7587 commit e70bf19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/http.server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ provides three different variants:
437437
The default implementation looks the file's extension up in
438438
:attr:`extensions_map`, falling back to
439439
:func:`mimetypes.guess_file_type` and then to
440-
:attr:`default_content_type`.
440+
:attr:`'application/octet-stream'`.
441441

442442
.. versionchanged:: 3.13
443443
Add :func:`mimetypes.guess_file_type` as a fallback.

0 commit comments

Comments
 (0)