yuanjm
|
c47854f1fc
esp_http_client: Optimize code structure
|
5 lat temu |
Clickau
|
4b07e33a12
esp_http_client: fix truncated headers
|
5 lat temu |
Shubham Kulkarni
|
c8996feebb
esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL
|
4 lat temu |
Jiang Jiang Jian
|
c3678c5378
Merge branch 'feature/support_transport_keepalive_v3.3' into 'release/v3.3'
|
4 lat temu |
Shubham Kulkarni
|
e16ab463d9
esp_http_client.c: Clear raw_len for response buffer after dispatching HTTP_EVENT_ON_FINISH event
|
5 lat temu |
Shubham Kulkarni
|
8610ce4f34
Add options for esp_http_client and esp_websocket_client to support keepalive
|
5 lat temu |
Scott Shell
|
6d104d49b4
Make the UserAgent string in esp-http-client configurable
|
5 lat temu |
Shubham Kulkarni
|
35d0b93ecf
esp_http_client: Skip check for redirection counter if status code is success.
|
5 lat temu |
Shubham Kulkarni
|
22926742be
esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails
|
5 lat temu |
Shubham Kulkarni
|
a63b5d155f
Bugfix for failing OTA example
|
6 lat temu |
Mahavir Jain
|
3063679f5a
esp_http_client: fix issue where http parser was not invoking `message_complete` callback
|
6 lat temu |
Hrudaynath Dhabe
|
012ff5775b
esp_http_client: Add support to check the binary length of the recieved stream and compare it with the size mentioned in the header.
|
6 lat temu |
Jiang Jiang Jian
|
4e27cbb89f
Merge branch 'feature/esp_https_ota_improvements' into 'release/v3.3'
|
6 lat temu |
ganeshlandge
|
61486620c7
fixes : set_url discards username and password
|
6 lat temu |
Jitin George
|
7726102bfb
esp_http_client: Add support to disable validation of certificate's CN field
|
6 lat temu |
Jitin George
|
23a8cbb247
esp_http_client: Add API for adding authorization info
|
6 lat temu |
Nguyễn Hồng Quân
|
7d28c02fd5
Fix: Lost username when setting new URL with a path.
|
6 lat temu |
Jitin George
|
ff2624f09c
esp_http_client: Fix header sent event bug
|
6 lat temu |
Angus Gratton
|
3cd8538f53
Merge branch 'backport/bugfix_url_redirect_v33' into 'release/v3.3'
|
6 lat temu |
Vikram Dattu
|
c9b1e1df60
Add a `esp_http_client_set_redirection` function.
|
6 lat temu |
Vikram Dattu
|
d154723a84
Fix url redirection issue.
|
6 lat temu |
Mahavir Jain
|
27e00cf7aa
esp_http_client: add support for using certs from global ca store
|
7 lat temu |
Damian Reboredo
|
41e71c2f53
fix esp_http_client_open
|
7 lat temu |
Anders Kalør
|
8b72dc9fb0
esp_http_client: Add support for mutual authentication
|
7 lat temu |
Jitin George
|
4a667ee12c
esp_http_client: Fix config member path's incorrect setting issue
|
7 lat temu |
Jitin George
|
e2ae69f6fb
Minor Bugfixes in esp_http_client, tcp_transport and simple_ota_example
|
7 lat temu |
Jiang Jiang Jian
|
ef4a87d62e
Merge branch 'bugfix/http_literal_caseinsensitive' into 'master'
|
7 lat temu |
Damian Reboredo
|
049c9f7bea
esp_http_client: Fix infinite loop on esp_http_client_fetch_headers
|
7 lat temu |
Jitin George
|
3551b84c3a
esp_http_client: Fix crash in async mode
|
7 lat temu |
Anton Maklakov
|
6e6f07ba59
http: Compare case-insensitive URI schemes like as in other places
|
7 lat temu |