Chase Hiltz

Results 7 issues of Chase Hiltz

### Overview For non-dnstap handles, the implementation of `Stat` in addition to how its results are treated can be confusing and don't allow for flexibility. There is a logic constructed...

Replaces `select()` calls with `poll()` in order to resolve #2994 where the server fails to start if the pipe created by `arbiter.py` has a file descriptor number past `FD_SETSIZE` (a...

This is necessary for users who will be attaching their own XDP program. libbpf otherwise tries to load its own. I believe that this is a reasonable use case, since...

*Title*: *FileSystemHTTPCache crash* *Note* Envoy's security team was already contacted, and permission to file an issue for a crash was granted: > Since the HTTP Cache filter is still work...

bug
area/cache
area/filesystem

While working with this library, I have noticed that in commit https://github.com/smoltcp-rs/smoltcp/commit/e13e40668a5229a827efeef78983546d6a386fab the sequence numbers for TCP are reworked to use signed 32-bit integers. This seems rather unusual to me,...

proto/tcp

This stems from a problem that has personally stung me when using spilo and migrating to an architecture that incorporates S3. By setting uppercase `HTTP{S}_PROXY` environment variables in the Spilo...

### What would you like to be added? `GetClusterFromRemotePeers` uses a [hard-coded 10s timeout](https://github.com/etcd-io/etcd/blame/b197332b135870ee7af7e9128fe16e82d46c19d7/server/etcdserver/cluster_util.go#L64C9-L64C34) which is called when bootstrapping an etcd member against an existing cluster. This could be configurable...

type/feature
stage/triaged