Kadir Akpolat

Results 3 comments of Kadir Akpolat

In stream.cc:15 file change ` #define CREATE_UVBUF(LEN, BUF) { uv_buf_t { static_cast(LEN), const_cast(BUF) } ` to ` #define CREATE_UVBUF(LEN, BUF) { uv_buf_t { static_cast(LEN), const_cast(BUF) } ` Now It works...

@adielyaacov I am not sure about current status in repo. I suggest you to use tufao library, it is very powerful than qttp. It can handle simultaneous requests way better...

@adielyaacov It has a good documentation. So it shouldn't be hard for you. But if you are not expecting huge traffic, You may still use qttp server until you need...