marpaia / chef-golang

Go library to interact with the Chef server API
Other
77 stars 32 forks source link

Fixed headers for go 1.5 #47

Closed zazab closed 8 years ago

zazab commented 8 years ago

In 1.5 changed CanonicalMIMEHeaderKey function (https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9), so Hashed Path not converted to Hashed-Path and chef server does not reply anything on such requests. With this fix all working fine.

marpaia commented 8 years ago

Thanks, @zazab!