Hello Karol, I've spend two days to debug deeply my problem since the beginning of the Forum Thread and I'm running into a bug in _nx_tcp_socket_receive. To make it shorter: the receiving socket is not updated at the time I'm checking the queue but just before leaving the _nx_tcp_socket_receive function, after the return of suspending the receiving thread, my queue pointer is updated, my data is here but I return into the HTTP Client without the packet_ptr updated with the packet and so the HTTP GET fail... (my wait timeout is maximum and I know the data is already sent when I check the queue because I monitor with TCPDump ). I really don't know what to do as I can't change the NX_src. Regards,
↧