- Fix
_parseURL()
bug. Check Bug with _parseURL() #21 - Improve
README.md
so that links can be used in other sites, such asPIO
- Default to reconnect to the same
host:port
after connected for new HTTP sites. Check Host/Headers not always sent with 1.10.1 #44 - Use
allman astyle
and addutils
- Fix bug of wrong
reqStates
. Check Release 1.9 breaks previously running code #39 and Callback behaviour is buggy (ESP8266) #43. - Optional larger
DEFAULT_RX_TIMEOUT
from default 3s, for slower networks
- Fix bug.
- Clean up
- Not try to reconnect to the same host:port after connected. Check setReuse feature #12
- Fix long timeout if using bad
IPAddress
- Optimize code
- Display only successful responseText in examples
- Improve debug messages by adding functions to display error messages instead of
cryptic error number
- Initial porting and coding for Teensy 4.1 using built-in QNEthernet
- Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1