kekxv

Results 38 comments of kekxv

> Have you seen my proposal #52? I know the #52, but I found that 4 years have passed, this function has not been added, so I submitted a merge....

please check https://github.com/SergiusTheBest/plog/pull/206/commits/d4185ae7c685644977899c3c8e748021f385dc09 fix Chinese error display when source code is utf-8 and use mingw

try https://github.com/SergiusTheBest/plog/pull/206 ?

Useful on some embedded systems that do not support file writing

> #1237 + fix gcc > > [INFO] Start to read j2k main header (0). > [INFO] Main header has been correctly decoded. > [INFO] No decoded area parameters, set...

on http : ![https://raw.githubusercontent.com/oatpp/example-microservices/master/diagram.svg?sanitize=true](https://raw.githubusercontent.com/oatpp/example-microservices/master/diagram.svg?sanitize=true) how ? How users connect to services through the **Facade**? does not need to be in a websocket. (我要如何让websocket 也能够和 http 一样为服务模式工作,websocket 可以通过多个 websocket client 连接)

@lganzzzo can you create a demo?

get error `StartingLine` when last ENDPOINT_ASYNC not call `readBodyToDtoAsync` or `readBodyToStringAsync`. @lganzzzo can you check it ? like: ```c++ Action act() override { OATPP_ASSERT_HTTP(" check permission", Status::CODE_403,"no permission "); //...

@tturbs I want it's like this ```c++ void read_cb(...){ // If this is a read callback // and use sleep 1 minute. } ``` I cannot get a new client...

Direct Streaming: the file centext is :`123456789 `,but `getBodyStream()->read` will be `9\r\n123456789\r\n0` real: ```shell  ~ curl -v -X GET "http://localhost:8001/base/file/test/20220918/15E2B0D3C33891EBB0F1EF609EC419420C20E320CE94C65FBC8C3312448EB225/9/test.txt" -H "accept: application/octet-stream" Note: Unnecessary use of -X or...