[http] Rename connection retry timer

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-12-04 13:47:30 +00:00
parent 64f936d5df
commit 1a789c1daa
2 changed files with 9 additions and 8 deletions

View File

@@ -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;