vanng822 / go-solr

Solr client in Go, core admin, add docs, update, delete, search and more
MIT License
69 stars 42 forks source link

panic: runtime error, when parsing invalid response type #9

Closed vanng822 closed 10 years ago

vanng822 commented 10 years ago

We have to make sure that we can recover and properly return the error. This can also happen when we get connection refused for instance or response is an xml/html instead

vanng822 commented 10 years ago

Panic was actually caused by elsewhere in test framework, not bytes2json converting