zorkian / nagios-api

A REST-like, JSON interface to Nagios
BSD 3-Clause "New" or "Revised" License
586 stars 173 forks source link

Fix nagios-cli handling of content-encoding: gzip #22

Closed rincebrain closed 11 years ago

rincebrain commented 11 years ago

Fixes #18.

rincebrain commented 11 years ago

Hm, I should probably have not pointed this at HEAD, since I've added functionality.

Feel free to pull the actual commit or both as desired.

zorkian commented 11 years ago

I committed the gzipped content fix here:

https://github.com/xb95/nagios-api/commit/13ea03c29595da23ed02097e0916cb4e776b814b

The other part I committed here, separately:

https://github.com/xb95/nagios-api/commit/0540e4cfdadc86f2f0aa1c8799f1b8cbb8f99020

Thanks for the patches!