mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
Add HTTPS port
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
/** HTTP default port */
|
||||
#define HTTP_PORT 80
|
||||
|
||||
/** HTTPS default port */
|
||||
#define HTTPS_PORT 443
|
||||
|
||||
/** HTTP receive state */
|
||||
enum http_rx_state {
|
||||
HTTP_RX_RESPONSE = 0,
|
||||
|
||||
Reference in New Issue
Block a user