You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the documentation at readthedocs and the issue is not addressed there.
I have tested that the issue is present in current master branch (aka latest git).
I have searched the issue tracker for a similar issue.
If there is a stack dump, I have decoded it.
I have filled out all fields below.
Platform
Hardware: ESP8266
Core Version: 2019-03-13
Development Env: Arduino IDE
Operating System: Windows and Fedora
Settings in IDE
Module: Wemos D1 mini r2
Flash Mode: dio
Flash Size: 4MB
lwip Variant: v2 Lower Memory
Reset Method: [ck|nodemcu]
Flash Frequency: 40Mhz
CPU Frequency: 80Mhz
Upload Using: SERIAL
Upload Speed: 115200
Debug Port: Serial1
Debug Level: CORE
Problem Description
Everything here deals with the ESP8266WiFi library
While waiting for response to a HTTP request, something causes the pbuf* pb to become 0, closing the connection through abort()
As seen in the debug output, the request is sometimes successfull but mostly fails. Even the last example failed, as the body of the response was lost. You can see it almost printed after :abort the response is "OK"
Basic Infos
Platform
Settings in IDE
Problem Description
Everything here deals with the ESP8266WiFi library
While waiting for response to a HTTP request, something causes the pbuf* pb to become 0, closing the connection through abort()
As seen in the debug output, the request is sometimes successfull but mostly fails. Even the last example failed, as the body of the response was lost. You can see it almost printed after :abort the response is "OK"
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: