nandlabs / go-commons

A common collection of utilities for Go programming language
Apache License 2.0
2 stars 2 forks source link

Fix the infinite loop #34

Closed neo7337 closed 1 year ago

neo7337 commented 1 year ago

https://github.com/nandlabs/go-commons/blob/main/clients/rest/request.go#L101 causes an infinite loop on adding content type

nandagopalan commented 1 year ago

Good catch this looks fixed now