Jeroen88 f4acac4c2b Bugfix/http client (#2867)
* Fix persistance issue found, see ESP8266 issue #6152

* Correcting the parsing of the header for HTTP1.0

* Send 'Connection: Close' header in case of HTTP1.0

* Let reuse connection depend on protocol used: HTTP1.0 or HTTP1.1

* Fixed reuse, added null ptr checks, added check for _trainsportTraits in connect() in case _client was set null

* Fix reuse connection issues, similar to ESP8266 PR #6176
2019-08-20 17:18:09 +03:00
..
2019-07-09 19:19:16 +03:00
2019-08-20 17:18:09 +03:00
2018-06-27 09:01:06 +02:00
2018-06-27 09:01:06 +02:00
2019-05-14 00:15:35 +03:00
2019-08-20 16:42:55 +03:00