etr / libhttpserver

C++ library for creating an embedded Rest HTTP server (and more)
GNU Lesser General Public License v2.1
884 stars 185 forks source link

Segmentation fault on real server #267

Closed iHamex closed 2 years ago

iHamex commented 2 years ago

Hi,

Thank you guys for all of your effort, I really enjoy this project. I'm trying to use it in real server, but when I access from domain name or server IP, program exits with segmentation fault code. (localhost:port works perfectly)

Is it normal and it should only be used with localhost or I'm doing something wrong?

BTW, I test the program with 2 servers, result was the same

Thank you in advance, Hamed.