Browse Source

minor fix in 'Static HTTP web server with SSL support'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray 4 years ago
parent
commit
4925ff93dc
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      README.md

+ 0
- 1
README.md View File

@@ -3286,7 +3286,6 @@ python -m SimpleHTTPServer 8000
from http.server import HTTPServer, BaseHTTPRequestHandler
import ssl


httpd = HTTPServer(('localhost', 4443), BaseHTTPRequestHandler)

httpd.socket = ssl.wrap_socket (httpd.socket,


Loading…
Cancel
Save