python: fix typo
This commit is contained in:
parent
d8c4b19351
commit
cf93d936be
|
@ -20,7 +20,7 @@ class MySPDYRequestHandler(spdylay.BaseSPDYRequestHandler):
|
||||||
return
|
return
|
||||||
|
|
||||||
self.send_response(200)
|
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 = '''\
|
content = '''\
|
||||||
<html>
|
<html>
|
||||||
|
|
Loading…
Reference in New Issue