mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-06 05:02:40 +03:00
Removed NO_FILES compile option
This commit is contained in:
@@ -930,10 +930,8 @@ LIBHTTP_API int httplib_get_response(struct httplib_connection *conn, char *ebuf
|
||||
/* Check which features where set when LibHTTP has been compiled.
|
||||
Parameters:
|
||||
feature: specifies which feature should be checked
|
||||
1 serve files (NO_FILES not set)
|
||||
2 support HTTPS (NO_SSL not set)
|
||||
4 support CGI (NO_CGI not set)
|
||||
128 support caching (NO_CACHING not set)
|
||||
The result is undefined for all other feature values.
|
||||
|
||||
Return:
|
||||
|
Reference in New Issue
Block a user