tviejo / 42Cursus-Webserv

0 stars 1 forks source link

Fixes extractQuerystring() throwing #20

Closed Haliris closed 5 hours ago

Haliris commented 5 hours ago

Add: check in extractQueryString() for separator before tokenizing, now returns early if no separators.

Fix: extractQueryString() not checking for separator before trying to extract query strings from uri.

Need to come back to this and test further for actual uris to make sure it still tokenizes correctly.