Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -48,7 +48,7 @@ class Handler(http.server.BaseHTTPRequestHandler):
|
|
| 48 |
body = b'<html><body><h2>SSH Dev Space is running</h2></body></html>'
|
| 49 |
self.send_response(200)
|
| 50 |
self.send_header('Content-Type', 'text/html')
|
| 51 |
-
self.send_header('Content-Length', str(len(body)))
|
| 52 |
self.end_headers()
|
| 53 |
self.wfile.write(body)
|
| 54 |
def log_message(self, fmt, *args):
|
|
|
|
| 48 |
body = b'<html><body><h2>SSH Dev Space is running</h2></body></html>'
|
| 49 |
self.send_response(200)
|
| 50 |
self.send_header('Content-Type', 'text/html')
|
| 51 |
+
self.send_header('Content-Length', str(len(body)))
|
| 52 |
self.end_headers()
|
| 53 |
self.wfile.write(body)
|
| 54 |
def log_message(self, fmt, *args):
|