Joedahms / ECE463-Project

1 stars 0 forks source link

Make sure client can't get file that doesn't exist on server #14

Open Joedahms opened 4 weeks ago

Joedahms commented 4 weeks ago

As of now the client can request a file that doesn't exist on the server and it will send over an empty file. Need to add a check on the server side that ensures the requested file exists