2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-23 01:51:58 +00:00

Add HTTPS port

This commit is contained in:
Michael Brown 2007-01-31 03:44:38 +00:00
parent 2d726144f7
commit 1f5f900595

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,