Chat freely about anything...

User avatar
By Antonio Silva
#17823 Hi,

I'm trying to issue a HTTPS request from the ESP8266, but the module crashes while receiving the response. In the recv callback I'm passing the received data to os_printf(), and I can see the HTTP headers being received in the first call to the recv callback, but then it crashes happens:
Fatal exception (29):
epc1=0x4000df0e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x006bbe8d, depc=0x00000000
rm match
pm close 7 0 0/15520128
del if0
usl
sul 0 0

ets Jan 8 2013,rst cause:4, boot mode:(3,7)

wdt reset
.....

Has anyone seen this behavior before?

Thanks,
Antonio.