Costin Manolache

Results 25 issues of Costin Manolache

This is similar with the methods exposed by the x/net/http2 library, adapted for quic. Right now it is not possible to mix use of quic and quic/http3 - this PR...

Right now it's a const in internal/protocol/protocol.go - set to 1452. Jumbo frames are common ( 9000 or more ), and it has a big impact on throughput.

enhancement

https://docs.google.com/document/d/1iumYQQMaB9y-PCtMsRwVfzKlZXZDejr_fO0krXn3F90/edit defines a mechanism to delegate and include routes. There are several security and policy concerns: - what happens with attached policies, like security ? How are they merged or...

kind/feature
lifecycle/rotten

https://github.com/grpc/grpc-go/blob/60eecd9169ddc74ee6cf4bd52e2e06ef6766c5b7/internal/transport/http2_server.go#L235 I was looking at the write code - for net.Conn this works as expected, but if TLS is used conn will be tls.Conn so the line will not set...

P2
Type: Bug
fixit
Hacktoberfest

I was testing some code with XDS and Traffic Director - and getting 'context canceled'. I traced a bit the code, and the problem seems to be: ``` func NewDefaultCredentialsWithOptions(opts...

P1
Type: Bug

APIs to interact with the XDS layer would be extremely useful for mobile - in particular a method to allow the native app to make an XDS request with an...

enhancement
no stalebot

If the config is loaded from a file - or from a K8S ConfigMap - changes to the config should reconfigure the SDK if possible. Some fields may not be...

area:configuration
triaged-needmoreinfo

One of the main improvements in Gateway API is separating the 'frontend' and 'backend' roles. ServiceImport fits very well as a 'backend' - as used in the examples in GEP...

kind/bug
triage/needs-information

**What would you like to be added**: - Populate a private zone using ServiceEntry - Auto-allocate IPs for ServiceEntries that don't have one ( similar to Istio DNS interception auto-allocate...

kind/feature

**What would you like to be added**: Use hostnames from the Gateway CR. **Why is this needed**: Current API supports using hostnames in HttpRoute - however users who want more...

kind/feature