An Tao

Results 274 comments of An Tao

Did you add the following lines to your CMakeLists.txt? ```cmake find_package(Drogon CONFIG REQUIRED) target_link_libraries(${PROJECT_NAME} PRIVATE Drogon::Drogon) ```

@gschmottlach-xse Thanks so much for your investigation. Would you like to make a PR to the trantor repo?

@gschmottlach-xse Thanks so much for your patch. I'll take some time to review.

Sorry for the delay merging of https://github.com/an-tao/trantor/pull/197, please resolve the compilation error on windows of https://github.com/an-tao/trantor/pull/198. Thanks so much.

Hi, I can't reproduce the issue on my MacOS (with the same version of OS and compiler), are any other conditions missed? Would you like to give me more info?...

Are the client and the server on the same host? What is the client used to send large requests?

I used Postman to send requests with a 1.8M body. it works as expected.

Please give me an HTML page with js code that can reproduce the issue. Thanks.