Esp32S3 : httpd_txrx: httpd_sock_err: error in recv : 104. How to get the error code ?
Posted: Tue Oct 07, 2025 7:49 am
Good morning,
I am working with an Esp32S3.
In my program, the chip is started as a WIFI access point and is running a web server that can be accessed from a computer
using a particular URL.
I am using this webserver in order to send file from a computer to the Esp32S3 using an application.
When I close the application during the filetransfer, I get the error :
httpd_txrx: httpd_sock_err: error in recv : 104
Is there a way to catch the error code from my program in order to execute a particular process in this case ?
Thank you for your help on this subject,
best regards,
Thomas TRUILHE
I am working with an Esp32S3.
In my program, the chip is started as a WIFI access point and is running a web server that can be accessed from a computer
using a particular URL.
I am using this webserver in order to send file from a computer to the Esp32S3 using an application.
When I close the application during the filetransfer, I get the error :
httpd_txrx: httpd_sock_err: error in recv : 104
Is there a way to catch the error code from my program in order to execute a particular process in this case ?
Thank you for your help on this subject,
best regards,
Thomas TRUILHE