Skip to content

Commit 70cd8bc

Browse files
David HargatDavid Hargat
David Hargat
authored and
David Hargat
committed
spelling
1 parent f31ec6f commit 70cd8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def data_to_formatted_chunks(res, chunk_size):
5454

5555
conn.send(
5656
STATUS_LINE + CRLF
57-
# comment this out to disable client-side chunking (you will see dissasembled chunks in curl)
57+
# comment this out to disable client-side chunking (you will see disassembled chunks in curl)
5858
+ ENCODING + CRLF
5959
+ CRLF
6060
)

0 commit comments

Comments
 (0)