We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093c709 commit 795c3c1Copy full SHA for 795c3c1
README.rst
@@ -33,7 +33,7 @@ WSGI Server
33
content_l = len(contents)
34
headers = (
35
("Content-Length", content_l),
36
- ("Content-type", "text/plain"),
+ ("Content-Type", "text/plain"),
37
("Connection", "keep-alive")
38
)
39
start_response(status, headers)
readme.md
@@ -42,7 +42,7 @@ def app(environ, start_response):
42
43
44
45
46
47
48
0 commit comments