riolet/WAFer

Long urls will fail

Opened this issue · 0 comments

Line:
https://github.com/riolet/nope.c/blob/master/nope.c#L224
getLine(client, buf, sizeof(buf));

All requests with a first line longer than 1024 bytes will fail.
As the server stops ignores the rest of the line.