small code cleanup

no functional changes, just minor restructuring
This commit is contained in:
ari melody 2025-11-06 11:27:29 +00:00
parent f64882b091
commit fc34b1e328
Signed by: ari
GPG key ID: CF99829C92678188
6 changed files with 121 additions and 127 deletions

View file

@ -8,7 +8,7 @@ use std::{
use chrono::Local;
use crate::ThreadPool;
use crate::thread::ThreadPool;
#[derive(Clone, Copy)]
pub enum StatusCode {