From 864140da97a7c8ed2dbd576ef67f7407afc404d0 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:21:06 +0300 Subject: [PATCH] Revert "test: workflow" This reverts commit 24a181c8563cc234055d0a88d2a45bea9c72ff3a. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 500a527..afd1683 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 {