Mordinel / hussar

A multi-threaded web server framework
GNU General Public License v3.0
0 stars 0 forks source link

Bug in string split function #14

Closed Mordinel closed 2 years ago

Mordinel commented 2 years ago

std::vector split_string(std::string_view str, const std::string& delim) has a bug where the j variable is incremented by 1 instead of delim.size()

Mordinel commented 2 years ago

fixed in a700278b72153217b0749b7fcad55c2ff8ec7deb