Vikram Dattu
344cb99d34
Fix url redirection issue.
...
Operation:
In `esp_http_client_set_url`, we check for if old_host is same as new_host.
Delete and open new connection if host is different.
Issue:
We just pointed `client->connection_info.host` to `old_host` and reassigned it.
This made old_host and new_host always point to same location and hence, using old_host with new request.
Fix:
Made a separate copy for old_host using strdup.
Closes https://github.com/espressif/esp-idf/issues/2631
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com >
2019-04-23 14:28:21 +05:30
..
2018-10-20 12:07:24 +08:00
2018-12-20 12:29:25 +05:30
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2018-11-23 16:12:14 +08:00
2019-04-14 02:57:45 +08:00
2019-04-17 16:59:24 +08:00
2018-09-20 18:53:15 +08:00
2019-03-15 11:29:56 +08:00
2018-10-20 12:07:24 +08:00
2019-04-01 18:39:02 +08:00
2019-04-23 07:38:00 +08:00
2018-09-11 09:44:12 +08:00
2019-02-01 10:08:50 +08:00
2019-04-23 14:28:21 +05:30
2019-03-05 13:06:33 +05:30
2018-09-11 09:44:12 +08:00
2018-10-20 12:07:24 +08:00
2018-11-05 12:30:22 +08:00
2018-10-20 12:07:24 +08:00
2019-01-23 17:02:02 +08:00
2019-01-31 15:02:45 +08:00
2018-10-20 12:07:24 +08:00
2018-11-26 09:21:44 +01:00
2019-03-07 16:01:43 +01:00
2019-03-01 02:05:33 +00:00
2019-03-20 18:30:17 +11:00
2019-04-17 17:25:17 +08:00
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2018-10-20 12:07:24 +08:00
2018-09-11 09:44:12 +08:00
2019-03-06 20:01:36 +08:00
2019-01-23 18:18:13 +08:00
2019-03-14 07:56:40 +08:00
2018-09-11 09:44:12 +08:00
2019-03-21 14:35:49 +01:00
2018-11-26 15:55:17 +11:00
2018-09-11 09:44:12 +08:00
2019-04-04 18:28:10 +05:30
2018-09-11 09:44:12 +08:00
2018-10-20 12:07:24 +08:00
2018-10-02 19:07:28 +05:30
2019-04-09 11:25:42 +05:30
2018-10-22 16:29:15 +08:00
2018-10-20 12:07:24 +08:00
2018-09-11 09:44:12 +08:00
2019-04-12 07:28:57 +00:00
2018-10-20 12:07:24 +08:00
2018-11-21 03:42:15 +00:00
2019-03-21 14:35:59 +01:00
2018-10-24 12:03:41 +02:00
2019-03-25 11:41:00 +08:00
2019-01-23 16:28:48 +08:00
2018-10-26 09:21:30 +03:00
2019-02-18 08:18:44 +00:00
2018-10-20 12:07:24 +08:00
2018-09-11 09:44:12 +08:00