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