ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.46k stars 889 forks source link

send jpg but socket cannot link #341

Open shanpenghui opened 5 years ago

shanpenghui commented 5 years ago

I want to send jpg file via socket, but when i use the socket demo, it failed. Can some body tell me how to send jpg via crow?