Gregor Riepl
Gregor Riepl
More upstream and downstream protocols may be useful. Implement raw UDP, RTP, raw TCP streaming.
restreamer needs automated tests. Non-exhaustive list, also consider combinations: - Network simulation (congestion, drops, ...) - Correct timing (scan PTS) - Buffer contention (check memory usage) - Stream drops (disconnects,...
The upstream_check module seems to be partially incompatible with nginx 1.12. With the new patch, it will build and run, but I am encountering lots of sudden upstream timeouts when...
**Is your feature request related to a problem? Please describe.** MSAL currently depends on go-jwt 3.2.1, but this version is missing Go module support. This causes some issues when pulling...
**Is your feature request related to a problem? Please describe.** The extension module [golang.org/x/oauth2](https://pkg.go.dev/golang.org/x/oauth2) is often supported by API client implementations to supply credentials to an API endpoint. In particular,...
Cloudstack only stores a limited amount of grouping information. For example, it is not possible to assign multiple host groups to a host. This script can be used alongside `cloudstack.py`...
I'm hitting the error `More than one rule having name lb_group_worker-http. Please pass 'ip_address' as well.`, even though I'm already passing the IP address and there is only a single...
When using `state: absent` to remove an ISO image, cs_iso will always report a changed state, but it does not fail if the image can't be removed. This can occur...
For debugging, it would be useful if h2c also supported raw HTTP/2 without first establishing a TLS channel. This is currently not possible, h2c will just fail. Could you add...
I noticed that you added context arguments to the k8s API calls in 16109017cec02a8a0c4f80f829acc38ab28a14b2 - but you used context.TODO() instead of propagating a context object. [context.TODO()](https://golang.org/pkg/context/#TODO) signals that this will...