teslamotors / ansible_puller

Ansible daemon for massively-scaleable Ansible
MIT License
125 stars 33 forks source link

Handle the failure occurred when creating http request. #32

Closed shk3 closed 1 year ago

shk3 commented 1 year ago

http.NewRequest can yield error, and we must handle it or we are risking panics in certain situations.

See: https://github.com/golang/go/wiki/CodeReviewComments#handle-errors