You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do a POST without a body, eg: curl -X POST http://192.168.1.1:8080/download cpp-httplib waits for 5 seconds (presumably waiting to read the body) and then returns HTTP 400.
This is independent from the path having a handler (if a handler is attached to that path, the handler code is never called) or not (in which case I would expect HTTP 404).