mirror of
https://github.com/ipxe/ipxe
synced 2026-01-22 20:19:08 +03:00
[http] Rename connection retry timer
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -426,7 +426,7 @@ struct http_transaction {
|
||||
/** Transmit process */
|
||||
struct process process;
|
||||
/** Reconnection timer */
|
||||
struct retry_timer timer;
|
||||
struct retry_timer retry;
|
||||
|
||||
/** Request URI */
|
||||
struct uri *uri;
|
||||
|
||||
Reference in New Issue
Block a user