Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Check http responses status before proceeding. #11
Conversation
gaborcsardi
added a commit
that referenced
this pull request
Sep 5, 2015
|
|
gaborcsardi |
93472ec
|
gaborcsardi
merged commit 93472ec
into
metacran:master
Sep 5, 2015
|
Thanks! Btw. there is sg wrong with the server I think, because sometimes it returns 502. That's why the CI build fails I think. |
|
Yes it gives some json parsing errors on cran that is why I fixed it :) |
|
OK, a process went haywire on the server and ate up all the free space. It should all be good now. Thanks again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jeroen commentedSep 5, 2015
Check that the http request was success before parsing. This prevents parsing error pages.