The variable is not actually used.

This commit is contained in:
mw
2017-05-30 16:31:56 -04:00
parent 912faf9e41
commit 2db3f77e5d

View File

@@ -422,8 +422,6 @@ fn handle_connection(mut stream: TcpStream) {
let get = b"GET / HTTP/1.1\r\n";
let start = &buffer[..get.len()];
if buffer.starts_with(get) {
let mut file = File::open("hello.html").unwrap();