Skip to content

urlfilter: fix for high cpu usage by urlfilter

Amit Kumar requested to merge urlfilter_high_cpu into devel

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.

Merge request reports