Re: [PATCH v2 2/7] net: wget: add definition of struct wget_http_info

2024-11-16 Thread Heinrich Schuchardt
On 11/11/24 22:08, Adriano Cordova wrote: The struct wget_http_info exposes the HTTP information of the last HTTP request issued by wget, and it controls whether the efi bootdevice is set, and whether the buffer size needs to be checked (lwip stack only). This information is otherwise discarded.

[PATCH v2 2/7] net: wget: add definition of struct wget_http_info

2024-11-11 Thread Adriano Cordova
The struct wget_http_info exposes the HTTP information of the last HTTP request issued by wget, and it controls whether the efi bootdevice is set, and whether the buffer size needs to be checked (lwip stack only). This information is otherwise discarded. The wget_http_info struct can be used by HTT