An Tao

Results 204 comments of An Tao

> We can add a new group to the redirector plugin, and rename the groups to something easy to remember: > > 1. PreRedirectHandler > 2. PathRedirectHandler > 3. PostRedirectHandler...

> I noticed the formatter doesn't move `&` ampersands next to the identifiers. > > ```c++ > const string& host = ...; > ``` > > Will not get formatted...

@drizzle042 Thanks for your feedback, I suspect this may be due to global variables not explicitly used in the static library not being linked to the final executable program. There...

> A new idea, we can expand upon the Redirector plugin and have a config entry for it called `rules`, we can populate it this way: > > ```json >...

目前是不支持的,你可以参考HttpController的方案改造。欢迎PR

https://github.com/drogonframework/drogon/blob/cedeeb59f4704fd025dbc81eea694e3836c480b4/lib/tests/integration_test/server/WebSocketTest.h#L20 请在服务端和客户端添加适当的测试代码,谢谢~

> @an-tao Sorry. I have been so busy that I cannot review this PR. Can you assign another reviewer? Okey, thanks.

> The https timeout still happens occasionally(1/1000). What can i do? 1. add some `LOG_TRACE`s to the processApplicationData() function in OpenSSLProvider.cc; 2. build drogon and trantor and your app in...

@chiaitian I tested 10000 https downloads with your program code and it works fine. I need your help to capture the problem log.

Which version of trantor or drogon did you use?