From 24a181c8563cc234055d0a88d2a45bea9c72ff3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:08:37 +0300 Subject: [PATCH] test: workflow --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index afd1683..500a527 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ use std::net::{TcpListener, TcpStream}; use std::io::{Read, Write, self, BufWriter, BufReader, BufRead}; use std::env::{self}; - +// const BUFFER_SIZE:u64 = 100000; struct FileInfo {