Closed
Description
Environment: Azure Kubernetes Service, version 1.11.5
To repro:
- Start a port-forwarding StreamDemuxer to a pod in K8s, with "v4.channel.k8s.io".
- var stream = streamDemuxer.GetStream(0, null)
- call stream.Read
Result:
the first 2 bytes received from the above stream is the port number, not the bytes transmitted from server.