I have found that after a file has been uploaded, the file never gets freed and is locked by SRCDS. You cannot delete the file until you restart the server.
I thought HTTPClient might not have been being closed, so I tried deleting the handle after it finished the upload, but that didn't fix it. I'm not sure if this would cause crashes down the line if you upload a bunch of files or not.
I have found that after a file has been uploaded, the file never gets freed and is locked by SRCDS. You cannot delete the file until you restart the server.
I thought HTTPClient might not have been being closed, so I tried deleting the handle after it finished the upload, but that didn't fix it. I'm not sure if this would cause crashes down the line if you upload a bunch of files or not.