vanlu

Results 8 issues of vanlu

For server push, why do new users establish a connection? The push flv starts with the live video content rather than the latest real-time video content?

I have the latest restbed version, without operating on the lambda body parameter, whenever you use http to upload large space in form-data, the memory occupied by the service application...

code block ```cpp void POST(const std::shared_ptr session) { const auto request = session->get_request(); long long int content_length = stoll(request->get_header("Content-Length", "0")); std::pair res; session->fetch(content_length, [](const std::shared_ptr session, const restbed::Bytes &body) ->...

For example, if I want to send a file to the client, each time I call the read function, I will read 1024 bytes from the file. How to send...

![image](https://github.com/gaowanlu/google/assets/57703023/d6487fbe-d131-487b-a91d-9d14fc6bca67)

help wanted

关于策划转表方案是怎样的,excel转json,go读json吗。还是用excelize读excel。后者中间加一层转csv。这种读表能满足生产环境需要吗,会不会慢。只在C++接触过将配置表转csv再转二进制的,从程序中读定的二进制协议文件。

libgo/include/coroutine.h Comment out the # define __const __ in the libgo/include/routine. h file ```cpp #pragma once //#define __const__ // to delete it ====================> #include "common/config.h" #include "common/pp.h" #include "common/syntax_helper.h" #include...