riolet / WAFer

WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.
GNU General Public License v2.0
693 stars 69 forks source link

Long urls will fail #10

Open calledit opened 10 years ago

calledit commented 10 years ago

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.