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:
parent
2d726144f7
commit
1f5f900595
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user