Explorar el Código

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

- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray hace 4 años
padre
commit
4925ff93dc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      README.md

+ 0
- 1
README.md Ver fichero

@@ -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,


Cargando…
Cancelar
Guardar