Open mattfeury opened 4 years ago
Sorry for the late response. I'd be curious to know more but I can't reproduce the issue. Do you have a file that you wouldn't mind sharing that can reproduce the problem?
Cloud be that https://github.com/jeremycw/httpserver.h/pull/53 solves this issue.
hi! thanks for this server. it is really impressive and helpful.
i'm trying to set it up to send some media data to a device via a POST. i'm able to make an empty file of X bytes and send it successfully:
however. when i try to do this same request with a .png, .jpeg, .mkv, etc, i will often see failures. below is a file of the same size:
any thoughts as to why this is happening and how i can fix? maybe a character encoding issue?
thanks!