Feature: Hot-reloading of config file
Also, perhaps SIGUSR1
can be utilized to force reload the config file as well.
Feature: Hot-reloading of config file
Refactor "print request headers" feature
hash_map.h insert does not need a double pointer to the hash map struct
hash_map.h insert does not need a double pointer to the hash map struct
The current implementation creates a new hash map struct (due to rehashing when capacity is reached), which was the original purpose of the double pointer; to change the single-pointer to point…
hash_map.h insert does not need a double pointer to the hash map struct
Refactor "print request headers" feature