kevinbcarpenter / restful-with-billions

Repository for abstract and code related to a talk.
MIT License
20 stars 1 forks source link

checking return value of httplib request methods before accessing the… #6

Open oschonrock opened 11 months ago

oschonrock commented 11 months ago

… http:result->status object

failure to do this results in a segfault, which occurred when no server was found

closes #5