i18n.site
i18n.site
> 会等,Thrift 框架会有个上限时间,gRPC 得去看一下实现代码 最好有个文档, 比如如何设置时间上限,因为可能有的流任务会比较耗时
use https://www.npmjs.com/package/dotenv-expand can resolve this const envConfig = dotenv.parse(fs.readFileSync(filePath)); const expandedConfig = dotenvExpand.expand({ parsed: envConfig, processEnv: {} });
> Looking through reqwest's [code](https://github.com/seanmonstar/reqwest/blob/e4550c4cc5a2bd0e447b7b3db548c6ef8202f47e/src/async_impl/client.rs#L2549), it might need the request version explicitly set to `HTTP_3` as well. > > That might be something to change, since if the client is...
> Your repository is private, so we can’t view it. Also, it seems you haven’t used the unstable compile flag: RUSTFLAGS='--cfg reqwest_unstable'? i changed it into public https://github.com/i18n-site/gway i used...
@0x676e67 h3 not use reqwest use reqwest like RUSTFLAGS='--cfg reqwest_unstable' cargo test -F cert_dir --test h3_reqwest test/h3.rs use s2n_quic test/h3_with_h3_client.rs use h3_quinn test with curl use ``` cargo run -F...
more debug info for reqwest: ``` running 1 test INFO src/srv/mod.rs:167 手动创建TCP端口: 0.0.0.0:9081 Upstream server started on 127.0.0.1:9080 INFO src/srv/mod.rs:167 手动创建TCP端口: 0.0.0.0:9082 INFO src/srv/mod.rs:179 手动创建UDP端口: 127.0.0.1:9083 INFO src/srv/mod.rs:121 h1 0.0.0.0:9081...
> So, using reqwest fails, but using s2n-quic with the `h3` crate fails? There's a few variables here: > > * Does just `quinn` with `h3` work, without reqwest? That'd...