urlfilter: fix for high cpu usage by urlfilter
removed redundant while(1) for recv. since parent function of recv is already a callback function for uloop_fd that is called as per result of select call handling for uloop_fd. This redundant while(1) was causing uloop to hang and result into high cpu usage.