mirror of
https://github.com/moparisthebest/spdylay
synced 2024-12-21 15:18:52 -05:00
python: fix typo
This commit is contained in:
parent
d8c4b19351
commit
cf93d936be
@ -20,7 +20,7 @@ class MySPDYRequestHandler(spdylay.BaseSPDYRequestHandler):
|
||||
return
|
||||
|
||||
self.send_response(200)
|
||||
self.send_header('conten-type', 'text/html; charset=UTF-8')
|
||||
self.send_header('content-type', 'text/html; charset=UTF-8')
|
||||
|
||||
content = '''\
|
||||
<html>
|
||||
|
Loading…
Reference in New Issue
Block a user