The Guru College
An errant “exit 0;”
I must be tired. I was trying to debug a bit of code I had been working on last week before traveling this weekend, and I couldn’t figure out what had changed. Was the API different? Did something with the code break? Did I need to use SSL due to a recent API change?
No. I had added an “exit 0;” statement to keep my debugging from running amok, and had forgotten to take it back out.