kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

Error handling not reached when content-type header missing #131

Closed kke closed 5 years ago

kke commented 5 years ago

parse_response in K8s::Transport generates a NoMethodErrorsplitfor NilClass when the server does not send a Content-Type header.