httpd_sess_set_descriptors() function
Add descriptors present in the socket database to an fdset and update the value of maxfd which are needed by the select function for looking through all available sockets for incoming data.
Arguments
fdset
File descriptor set to be updated.
maxfd
Maximum value among all file descriptors.