mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Replace some of the lengthy "else if" cascades of the request handling core methods by a new, more comprehensible implementation. Document the source of the new implementation. Introduce a new define NO_FILES for server configurations that only use callbacks and do not access any directory.