[PATCH] os: Reset input buffer's 'ignoreBytes' field

2013-05-09 Thread Robert Morell
If a client sends a request larger than maxBigRequestSize, the server is supposed to ignore it. Before commit cf88363d, the server would simply disconnect the client. After that commit, it attempts to gracefully ignore the request by remembering how long the client specified the request to be,

Re: [PATCH] os: Reset input buffer's 'ignoreBytes' field

2013-05-09 Thread Peter Hutterer
On Thu, May 09, 2013 at 01:09:02PM -0700, Robert Morell wrote: If a client sends a request larger than maxBigRequestSize, the server is supposed to ignore it. Before commit cf88363d, the server would simply disconnect the client. After that commit, it attempts to gracefully ignore the