david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add HTTPS port

This commit is contained in:
Michael Brown 2007-01-31 03:44:38 +00:00
parent 2d726144f7
commit 1f5f900595
1 changed files with 3 additions and 0 deletions

View File

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