Closed matti closed 5 years ago
Anything relevant with EXCON_DEBUG=true
?
@kke sent debug output in slack
The debug info does not contain the piece of header that actually caused the failure :(
key, value = data.split(':', 2)
raise Excon::Error::ResponseParse, 'malformed header' unless value
Would be interesting to know what the data
looks like, empty values are not allowed in HTTP headers though.
Though, likely the problem is in the k8s-client and not the server or excon anyway.
I think it's trying to reuse the SSL socket for the update request while still reading the response for the watch stream.
will
while
works