1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-06 05:02:40 +03:00

IPv6 is always enabled

This commit is contained in:
Lammert Bies
2016-12-26 01:15:22 +01:00
parent 3b5e4e5a75
commit 074e9a9a8c
20 changed files with 27 additions and 114 deletions

View File

@@ -961,7 +961,6 @@ LIBHTTP_API int httplib_get_response(struct httplib_connection *conn, char *ebuf
1 serve files (NO_FILES not set)
2 support HTTPS (NO_SSL not set)
4 support CGI (NO_CGI not set)
8 support IPv6 (USE_IPV6 set)
16 support WebSocket (USE_WEBSOCKET set)
128 support caching (NO_CACHING not set)
The result is undefined for all other feature values.