mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
python: Escape '\' in server example code
This commit is contained in:
parent
d1456a8136
commit
a4c7f17aa2
@ -79,7 +79,7 @@ Here is a simple SPDY server::
|
||||
self.send_response(200)
|
||||
self.send_header('content-type', 'text/html; charset=UTF-8')
|
||||
|
||||
content = '''\
|
||||
content = '''\\
|
||||
<html>
|
||||
<head><title>SPDY FTW</title></head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user