David Cermak 
							
						 
					 
					
						
						
							
						
						5c383d7b73 
					 
					
						
						
							
							esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers"  
						
						 
						
						... 
						
						
						
						Fix dependency tree so that lwip doesn't depend on any specific network
interface component.
Network interface drivers shall depend on esp_netif.
esp_netif shall depend on lwip (but not on any specific interface
driver) -- it optionally depends on vfs and esp_eth (need ethernet
header for L2/bridge mode) 
						
						
					 
					
						2022-07-20 14:59:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laukik Hase 
							
						 
					 
					
						
						
							
						
						7115881a97 
					 
					
						
						
							
							esp_http_client/esp_https_ota: Removed errno checks  
						
						 
						
						... 
						
						
						
						- Returned -ESP_ERR_HTTP_EAGAIN for timeout errors from
  esp_http_client whenever tcp transport layer returns
  connection timeout
- Removed redundant conditional statements as required
Co-authored-by: Shubham Kulkarni <shubham.kulkarni@espressif.com > 
						
						
					 
					
						2022-05-31 15:04:21 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						437d90c408 
					 
					
						
						
							
							esp_http_client: Fix redirect by resetting auth_header before parsing  
						
						 
						
						
						
						
					 
					
						2022-04-25 05:16:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						b4456bff97 
					 
					
						
						
							
							esp_http_client: Add comment for clearing location field in esp_http_client_prepare  
						
						 
						
						
						
						
					 
					
						2022-03-24 06:23:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicklas Frahm 
							
						 
					 
					
						
						
							
						
						660ca96e23 
					 
					
						
						
							
							esp_http_client: fix redirect by resetting location before parsing  
						
						 
						
						... 
						
						
						
						Closes  #8563 .
Signed-off-by: Nicklas Frahm <nicklas.frahm@gmail.com > 
						
						
					 
					
						2022-03-24 06:23:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						ec6f222625 
					 
					
						
						
							
							esp_http_client: Add new status code 303 and 308  
						
						 
						
						
						
						
					 
					
						2022-03-21 04:27:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						18fa343161 
					 
					
						
						
							
							esp_http_client: Cache received data in http_on_body callback.  
						
						 
						
						... 
						
						
						
						This change fixes issue with data loss when multiple body chunks are
received after calling esp_http_client_fetch_headers. 
						
						
					 
					
						2022-03-01 15:41:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laukik Hase 
							
						 
					 
					
						
						
							
						
						ca84d2d6c9 
					 
					
						
						
							
							esp_http_client: Added event for HTTP redirect  
						
						 
						
						... 
						
						
						
						- Allows users to manually intercept and process the HTTP redirection
 when disable_auto_redirect (from the esp_http_client handle) is set to true
Closes https://github.com/espressif/esp-idf/issues/8029  
						
						
					 
					
						2022-01-12 11:40:32 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Wu 
							
						 
					 
					
						
						
							
						
						c10683f493 
					 
					
						
						
							
							http: Fix parsing invalid url cause to crash  
						
						 
						
						... 
						
						
						
						Reason:
For example, if an url is lack of leading 'http:' by mistake, it causes to http_parser_parse_url() cannot parse http host item,
and then pass the null host pointer to _get_host_header(), crash happens.
Fix:
http added null pointer check now.
Closes https://jira.espressif.com:8443/browse/ESPAT-953  
						
						
					 
					
						2021-12-02 14:15:43 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xutao 
							
						 
					 
					
						
						
							
						
						10377ce2ff 
					 
					
						
						
							
							esp_http_client: add a get HTTP client session errno api for esp_http_client  
						
						 
						
						
						
						
					 
					
						2021-11-24 17:23:09 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						5bf49e1cd6 
					 
					
						
						
							
							esp_http_client: Support handling larger content lengths  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6580  
						
						
					 
					
						2021-10-29 18:14:22 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuanjm 
							
						 
					 
					
						
						
							
						
						9f875b8db5 
					 
					
						
						
							
							esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7777  
						
						
					 
					
						2021-10-28 19:53:12 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						2085e4eb92 
					 
					
						
						
							
							esp_http_client: apply generic error check macros  
						
						 
						
						
						
						
					 
					
						2021-10-20 14:40:32 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Derossi Carneiro Neto 
							
						 
					 
					
						
						
							
						
						341d3e107c 
					 
					
						
						
							
							esp_http_client_cleanup, if client->transport_list was null, it generated an exception when calling esp_transport_list_destroy  
						
						 
						
						... 
						
						
						
						https://github.com/espressif/esp-idf/pull/7695 
Signed-off-by: Harshit Malpani <harshit.malpani@espressif.com > 
						
						
					 
					
						2021-10-18 10:50:45 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vikram Dattu 
							
						 
					 
					
						
						
							
						
						1c57dbcb3c 
					 
					
						
						
							
							esp_http_client: Fixed handling of EAGAIN return  
						
						 
						
						... 
						
						
						
						For https connection `ESP_TLS_ERR_SSL_WANT_READ` of esp_transport_read was getting treated as error.
Treated this as a timeout to fix connection abort issue!
Also handled http connection EAGAIN with `errno == EAGAIN` check.
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com > 
						
						
					 
					
						2021-09-07 14:33:49 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jon Maloney 
							
						 
					 
					
						
						
							
						
						c8b7f7a5d3 
					 
					
						
						
							
							esp_http_client: Support client key password for HTTPS connections.  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/pull/7420 
Closes https://github.com/espressif/esp-idf/issues/7418 
Signed-off-by: Aditya Patwardhan <aditya.patwardhan@espressif.com > 
						
						
					 
					
						2021-08-25 18:27:31 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuanjm 
							
						 
					 
					
						
						
							
						
						fc8668a739 
					 
					
						
						
							
							esp_http_client: Fix disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS will build error  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7361  
						
						
					 
					
						2021-08-17 19:53:47 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuanjm 
							
						 
					 
					
						
						
							
						
						981287900e 
					 
					
						
						
							
							esp_http_client: Support HTTP_EVENT_ERROR event  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7280  
						
						
					 
					
						2021-08-02 14:33:50 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuanjm 
							
						 
					 
					
						
						
							
						
						02367b44ef 
					 
					
						
						
							
							esp_http_client: Fix when receive FIN, close the connection in internal.  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7036  
						
						
					 
					
						2021-07-23 12:16:17 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Brudny 
							
						 
					 
					
						
						
							
						
						967e057906 
					 
					
						
						
							
							esp-tls, esp_http_client and esp_http_server: update copyright notice  
						
						 
						
						
						
						
					 
					
						2021-05-31 20:06:09 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0f3ad80a99 
					 
					
						
						
							
							const corrections for esp_http_client_set_password()  
						
						 
						
						... 
						
						
						
						Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com >
Closes: https://github.com/espressif/esp-idf/pull/6941  
						
						
					 
					
						2021-05-10 13:03:09 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuanjm 
							
						 
					 
					
						
						
							
						
						754ec7b278 
					 
					
						
						
							
							esp_http_client: Add API to set http client timeout value  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6984  
						
						
					 
					
						2021-05-06 13:55:12 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						b148433fbd 
					 
					
						
						
							
							esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL  
						
						 
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/6772  
						
						
					 
					
						2021-04-21 17:28:54 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aditya Patwardhan 
							
						 
					 
					
						
						
							
						
						f66bdf1233 
					 
					
						
						
							
							esp_http_client: Enable support of crt_bundle in esp_http_client  
						
						 
						
						
						
						
					 
					
						2021-04-07 05:31:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						1bacc13628 
					 
					
						
						
							
							esp_http_client: Do not overwrite HTTP method in case of chunk request  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6234  
						
						
					 
					
						2021-03-31 10:53:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						4f6e0c1d27 
					 
					
						
						
							
							esp_http_client: Add config option for HTTP Digest auth  
						
						 
						
						
						
						
					 
					
						2021-03-23 11:58:35 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a9c6fbe8d3 
					 
					
						
						
							
							Added cert and key length options  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/pull/6556 
Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com > 
						
						
					 
					
						2021-03-23 11:58:35 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuanjm 
							
						 
					 
					
						
						
							
						
						c79a907e4f 
					 
					
						
						
							
							components: Remove repeated keep alive function by ssl layer function  
						
						 
						
						... 
						
						
						
						In esp_http_client and esp_websocket_client components, esp_transport_tcp_set_keep_alive has been called and keep-alive config has been saved in ssl->cfg.keep_alive_cfg,
So no need to call esp_transport_ssl_set_keep_alive again. 
						
						
					 
					
						2021-03-10 02:19:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuanjm 
							
						 
					 
					
						
						
							
						
						bead3599ab 
					 
					
						
						
							
							components: Support bind socket to specified interface in esp_http_client and esp_websocket_client component  
						
						 
						
						
						
						
					 
					
						2021-03-10 02:19:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuanjm 
							
						 
					 
					
						
						
							
						
						e309a0ea6f 
					 
					
						
						
							
							esp_http_client: Optimize code structure  
						
						 
						
						
						
						
					 
					
						2021-02-23 14:09:40 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clickau 
							
						 
					 
					
						
						
							
						
						308c31e2f1 
					 
					
						
						
							
							esp_http_client: fix truncated headers  
						
						 
						
						... 
						
						
						
						Signed-off-by: yuanjm <yuanjianmin@espressif.com >
Merges https://github.com/espressif/esp-idf/pull/6370  
						
						
					 
					
						2021-02-23 09:59:23 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						b53e46a68e 
					 
					
						
						
							
							Add options for esp_http_client and esp_websocket_client to support keepalive  
						
						 
						
						
						
						
					 
					
						2021-01-22 06:56:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						6337ce9c3c 
					 
					
						
						
							
							esp_http_client.c: Clear raw_len for response buffer after dispatching HTTP_EVENT_ON_FINISH event  
						
						 
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/6146  
						
						
					 
					
						2021-01-04 15:39:39 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Shell 
							
						 
					 
					
						
						
							
						
						8c09fbf6f1 
					 
					
						
						
							
							Make the UserAgent string in esp-http-client configurable  
						
						 
						
						... 
						
						
						
						Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com >
Merges https://github.com/espressif/esp-idf/pull/6044  
						
						
					 
					
						2020-11-19 14:43:14 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						83f4ebf852 
					 
					
						
						
							
							esp_http_client: Skip check for redirection counter if status code is success.  
						
						 
						
						... 
						
						
						
						Set disable_auto_redirect in esp_http_client example to validate this condition in CI 
						
						
					 
					
						2020-11-19 14:43:14 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						66fb5a29bb 
					 
					
						
						
							
							Whitespace: Automated whitespace fixes (large commit)  
						
						 
						
						... 
						
						
						
						Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace) 
						
						
					 
					
						2020-11-11 07:36:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						b06035443f 
					 
					
						
						
							
							esp_http_client: Include port in host field  
						
						 
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/3628  
						
						
					 
					
						2020-09-30 15:39:42 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								boarchuz 
							
						 
					 
					
						
						
							
						
						bf942a60f3 
					 
					
						
						
							
							esp_http_client: add flush response  
						
						 
						
						... 
						
						
						
						Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com >
Merges: https://github.com/espressif/esp-idf/pull/5845 
Closes: https://github.com/espressif/esp-idf/issues/5814  
						
						
					 
					
						2020-09-11 15:25:24 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						bb8981903e 
					 
					
						
						
							
							esp_http_client: Fix issue when response headers have empty value  
						
						 
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/5553  
						
						
					 
					
						2020-09-11 11:48:36 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						58b386bca3 
					 
					
						
						
							
							Fix issue when algotithm header is not present  
						
						 
						
						
						
						
					 
					
						2020-09-03 04:32:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						1bbafb817d 
					 
					
						
						
							
							esp_http_client: Set user configurable authorization retries  
						
						 
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/5407  
						
						
					 
					
						2020-06-16 20:48:28 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						bcfd2f07ab 
					 
					
						
						
							
							esp_http_client: Add methods in esp_http_client_method_t required for WebDAV  
						
						 
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/5402  
						
						
					 
					
						2020-06-16 20:43:06 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						de5ee9cc80 
					 
					
						
						
							
							esp_http_client: Add API to get chunk length in case of chunked responses  
						
						 
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/5302  
						
						
					 
					
						2020-06-05 09:57:32 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Cermak 
							
						 
					 
					
						
						
							
						
						917192725a 
					 
					
						
						
							
							http-client: fix memory allocation issues found by static analyser  
						
						 
						
						
						
						
					 
					
						2020-05-13 07:16:45 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						890f541edf 
					 
					
						
						
							
							esp_http_client: Add API to get URL from client  
						
						 
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/5115  
						
						
					 
					
						2020-05-07 14:20:28 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						4c166085fb 
					 
					
						
						
							
							esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails  
						
						 
						
						
						
						
					 
					
						2020-04-27 05:17:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						4858184e19 
					 
					
						
						
							
							esp_http_client: Add helper API to read larger data chunks from HTTP Stream  
						
						 
						
						
						
						
					 
					
						2020-03-23 10:45:39 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shubham Kulkarni 
							
						 
					 
					
						
						
							
						
						032a041395 
					 
					
						
						
							
							Bugfix for failing OTA example  
						
						 
						
						... 
						
						
						
						example_test.py is added to test advanced_https_ota_example and native ota_example.
Closes https://github.com/espressif/esp-idf/issues/4394  
						
						
					 
					
						2019-12-31 14:18:16 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Axel Lin 
							
						 
					 
					
						
						
							
						
						489c815eb8 
					 
					
						
						
							
							esp_http_client: add esp_http_client_set_authtype function  
						
						 
						
						... 
						
						
						
						Since currently there are APIs to set url/username/password, it would be
good to also allow setting authtype.
Link: https://github.com/espressif/esp-idf/issues/4444 
Closes https://github.com/espressif/esp-idf/pull/4454 
Signed-off-by: Axel Lin <axel.lin@gmail.com > 
						
						
					 
					
						2019-12-09 13:33:44 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Axel Lin 
							
						 
					 
					
						
						
							
						
						6fdc8d7f92 
					 
					
						
						
							
							esp_http_client: fix memory leak in esp_http_client_set_username/password  
						
						 
						
						... 
						
						
						
						Fix memory in case username/password was set before calling
esp_http_client_set_username/password.
Closes https://github.com/espressif/esp-idf/issues/4444 
Fixes: 9fd16c6a5f  ("fixes : set_url discards username and password")
Signed-off-by: Axel Lin <axel.lin@gmail.com > 
						
						
					 
					
						2019-12-09 13:33:44 +05:30