iosmanthus
iosmanthus
Please open an issue to describe it.
> [xtls.github.io/config/transport.html#sockoptobject](https://xtls.github.io/config/transport.html#sockoptobject) try dialerProxy Same error reported: ``` 2021/12/30 18:19:10 [Warning] [1639575845] app/proxyman/outbound: failed to process outbound traffic > proxy/trojan: connection ends > proxy/trojan: failed to flush payload > transport/internet/grpc/encoding:...
There is a workaround for this bug, I am trying to use `inboundDetour` to mock `dialerProxy` or `proxySettings`: ```json { "routing": { "domainStrategy": "IPIfNonMatch", "domainMatcher": "mph", "rules": [ { "type":...
@divanodestiny For the RawKV with TTL feature, which we have already supported, please check: https://github.com/tikv/client-go/blob/e38d2b07de3f2f86427696cc61a9c29bc73e3ba6/rawkv/rawkv.go#L300
> There is a special case that user may choose availability rather than consistency. So client is OK to read with any ts, that is just return what the replica...
Seem the serialized yaml value has some newline, I should trim the output string.
> So the idea is that we can have yaml and json encrypted without having to put them in strings? Would be nice to extend the test case those those...
RawCASRequest has a TTL parameter, this should be a bug, the new TTL should be attached to the request while the key is put with a TTL. Any bugfix pull...
@littlephone add `--ignore-unresolved-symbol _GLOBAL_OFFSET_TABLE_` to `ld`'s args