42Webserver / 42-Vienna-Webserv

This project is about writing our own HTTP server in C++
1 stars 0 forks source link

Crash #58

Closed Nikster3k closed 1 month ago

Nikster3k commented 1 month ago

Crash with this config

http
{
    Server
    {
        listen 127.0.0.2:8080;
        index index.html;
    }
}

Because root is not set and vector out of range