yuanjm
|
f2347ff434
esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request
|
4 年 前 |
Vikram Dattu
|
718d2e5f19
esp_http_client: Fixed handling of EAGAIN return
|
4 年 前 |
yuanjm
|
c764c59893
esp_http_client: Optimize code structure
|
5 年 前 |
Clickau
|
7188eaaebf
esp_http_client: fix truncated headers
|
5 年 前 |
Shubham Kulkarni
|
7ad3837244
esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL
|
4 年 前 |
Shubham Kulkarni
|
90218b4e9b
Add options for esp_http_client and esp_websocket_client to support keepalive
|
5 年 前 |
Shubham Kulkarni
|
29feb17636
esp_http_client.c: Clear raw_len for response buffer after dispatching HTTP_EVENT_ON_FINISH event
|
5 年 前 |
Scott Shell
|
fad8a27cf7
Make the UserAgent string in esp-http-client configurable
|
5 年 前 |
Shubham Kulkarni
|
b951b5adec
esp_http_client: Skip check for redirection counter if status code is success.
|
5 年 前 |
David Cermak
|
917192725a
http-client: fix memory allocation issues found by static analyser
|
5 年 前 |
Shubham Kulkarni
|
890f541edf
esp_http_client: Add API to get URL from client
|
5 年 前 |
Shubham Kulkarni
|
4c166085fb
esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails
|
5 年 前 |
Shubham Kulkarni
|
4858184e19
esp_http_client: Add helper API to read larger data chunks from HTTP Stream
|
5 年 前 |
Shubham Kulkarni
|
032a041395
Bugfix for failing OTA example
|
6 年 前 |
Axel Lin
|
489c815eb8
esp_http_client: add esp_http_client_set_authtype function
|
6 年 前 |
Axel Lin
|
6fdc8d7f92
esp_http_client: fix memory leak in esp_http_client_set_username/password
|
6 年 前 |
Aidan Cyr
|
5f6fd238b6
fix: esp_http_client and esp_https_ota can follow 307 Redirects
|
6 年 前 |
Mahavir Jain
|
4dcffdb0a9
esp_http_client: fix issue where http parser was not invoking `message_complete` callback
|
6 年 前 |
ganeshlandge
|
9fd16c6a5f
fixes : set_url discards username and password
|
6 年 前 |
Hrudaynath Dhabe
|
d4091f7cda
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 年 前 |
Angus Gratton
|
c25fe765a9
Merge branch 'feature/esp_http_client_tx_buf_size' into 'master'
|
6 年 前 |
Oleg Antonyan
|
bd4591b053
esp_http_client: separate buffer_size config option for transmit
|
6 年 前 |
David Cermak
|
a001eb39bf
http_client: disconnect event to read last occurred error in esp-tls
|
6 年 前 |
Jitin George
|
ab6dd36243
esp_http_client: Add support to disable validation of certificate's CN field
|
6 年 前 |
Angus Gratton
|
b6a24bbd25
Merge branch 'feature/esp-https-ota-basic-auth' into 'master'
|
6 年 前 |
Jitin George
|
4e6d39f009
esp-http-client: Fix incorrect event name HTTP_EVENT_HEADER_SENT
|
6 年 前 |
Jitin George
|
86e1fc564e
esp_http_client: Add API for adding authorization info
|
6 年 前 |
Vikram Dattu
|
e0d796bf33
Add a `esp_http_client_set_redirection` function When using direct operations instead of `esp_http_client_perform`, we need a way to set redirection URL when we get 30x response codes. Added the function for the same. User can now check status code and call `esp_http_client_set_redirection` function to enable redirection. Related change in adf: https://gitlab.espressif.cn:6688/adf/esp-adf-internal/merge_requests/187
|
6 年 前 |
Nguyễn Hồng Quân
|
4a6c5032f4
Fix: Lost username when setting new URL with a path.
|
6 年 前 |
Vikram Dattu
|
a875505546
Fix url redirection issue.
|
6 年 前 |