Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hi,
I am trying to execute commands on kubelet agent in Kubernetes cluster and it uses SPDY/3.1.
When I run this function:
The status of resp is
101 Switching Protocols. I can't read it, because if I will try it will stuck:So I used your library with the following code (I took it from your example):
After I run it, it failed with the following errors:
Any idea why it failed?
With my function it returned the 101 status but with your it returns 404.