i am sending Get request string to my shared server.
result code with http1.1 is 200 ok .
the body that comes after is truncated and usually only 40 charachters arrive through serial 1 connected to my esp8266 wifi.
the strange thing here is that when i am running this manualy step by step over serial console - it works great. no missing chars.
only when i try it runtime using serial1.serialavailable() , or looping serial1.read() it returns constantly 40 chars. and finito.
i tried to increase serial buffer to 256 and 512 in hardwareserial.h file , without success.
every delay i added in any of the stages just after sending the get request , or even while looping for serial1.read() changed aliitle bit , but not to total resolution.
i am lost and tired after 2 days trying all possibilities.
is there an issue of server configuration ?
is there an issue of buffer clearring ?
i can tell this is an issue - common - to lots wifi users.