yuanjm
|
4b8a5ff153
esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request
|
4 سال پیش |
Vikram Dattu
|
112cfe8f57
esp_http_client: Fixed handling of EAGAIN return
|
4 سال پیش |
yuanjm
|
96a49aebb7
esp_http_client: Optimize code structure
|
5 سال پیش |
Clickau
|
bb675184bf
esp_http_client: fix truncated headers
|
5 سال پیش |
Shubham Kulkarni
|
22ca7adccb
esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL
|
4 سال پیش |
Shubham Kulkarni
|
9933037c0d
Add options for esp_http_client and esp_websocket_client to support keepalive
|
5 سال پیش |
Mahavir Jain
|
9468af050b
Merge branch 'bugfix/redirection_v4.1' into 'release/v4.1'
|
5 سال پیش |
Scott Shell
|
3f32d1020d
Make the UserAgent string in esp-http-client configurable
|
5 سال پیش |
Shubham Kulkarni
|
bffeb8705c
esp_http_client: Skip check for redirection counter if status code is success.
|
5 سال پیش |
Shubham Kulkarni
|
a819237722
esp_http_client.c: Clear raw_len for response buffer after dispatching HTTP_EVENT_ON_FINISH event
|
5 سال پیش |
Shubham Kulkarni
|
b9edf4783c
esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails
|
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 سال پیش |
Jitin George
|
9b0e6e3b49
esp_http_client: Fix header sent event bug
|
6 سال پیش |
Mahavir Jain
|
27e00cf7aa
esp_http_client: add support for using certs from global ca store
|
7 سال پیش |