diff options
| author | Michael Brown | 2007-01-31 04:44:38 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-31 04:44:38 +0100 |
| commit | 1f5f900595960a3f3f1866fe8342be8dcfa49bfa (patch) | |
| tree | 7d253078b8c9f027ff5a33dbd9a80fe058f16d67 /src | |
| parent | Filter insertion now actually works (diff) | |
| download | ipxe-1f5f900595960a3f3f1866fe8342be8dcfa49bfa.tar.gz ipxe-1f5f900595960a3f3f1866fe8342be8dcfa49bfa.tar.xz ipxe-1f5f900595960a3f3f1866fe8342be8dcfa49bfa.zip | |
Add HTTPS port
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/gpxe/http.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/http.h b/src/include/gpxe/http.h index 911a74851..5490f43d7 100644 --- a/src/include/gpxe/http.h +++ b/src/include/gpxe/http.h @@ -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, |
