Hi,
I am studying the image_processing_openmp_evmc6678l now, and i noticed that in mcip_webpage.c, serve_result_page() function calls recv(), but socket()、bind()、send() haven't been called. I want to know whether it is HTTP automatically calls socket()、bind() and some other functions so we can call recv() directly? And send() has not been called, so how do process results send back to PC?