Rafal W
Results
2
issues of
Rafal W
I was testing HelloWorld example with io_uring backend and found out that the server sometimes(quite often actually) calls any("/") route rather than get("/") route even though req->getMethod() returns "get" within...
Hi, I encountered this funny issue while using proxygen as server. On HEAD request I'm suppose to set Content-Lenght to value it would be and send no body. So I...