sock.send(b"GET / HTTP/1.1\r\nHost: " + bytes(server_addr, "utf8") + b"\r\nConnection: close\r\n\r\n")