Anders Pedersen
Anders Pedersen
When reading from the settings.ini file, situations can occur where the ini will not be read, if working directory is different than the initial server script dictionary.
If nothing is sent from client before timeout, we should close the connection, to free a spot in the queue.
currently there is no way to know if as script via _HTTP_CGI fails. The function should return the script exit code. Also breaking this function up into a function for...
The server needs to support HEAD method. This may be as simple as to introduce a flag to toggle if the body gets sent or not, and then just continuing...
Currently when component is mounted it triggers the first item to be selected by default, followed by that item being scrolled into view. I would like an option to disable...