My DIY Python HTTP server sends empty files
I made an HTTP server using python socket, and it works perfectly except for a few files. These select files show up empty on the browser, but not empty when sent from the server. My debugging had gotten to the point where I’m downloading wireshark to check network traffic, but I wanted to ask here in case anyone has any answers. (I have been reading stack overflow for years, and I thought I might as well give it a try)