Description
Given an RSP_server structure, this function will iterate
through it and free all associated memory. If a persistent
connection was established, this function will close it.
Be sure to call RSP_serverFree after you are done
using the RSP_serve structure to free its data
and avoid memory leaks.