Skip to content
#

crow

Here are 19 public repositories matching this topic...

Crow
konradkar2
konradkar2 commented May 3, 2022

If an endpoint returns a status that does't exist in this map
https://github.com/CrowCpp/Crow/blob/master/include/crow/http_connection.h#L270

the actual returned code is set to 500
https://github.com/CrowCpp/Crow/blob/master/include/crow/http_connection.h#L319

This happens without any warning log (I've checked with debug level).
Imo the easiest solution is to add a warning log to the bl

feature good first issue

Improve this page

Add a description, image, and links to the crow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crow topic, visit your repo's landing page and select "manage topics."

Learn more