We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here the connection might already by closed but there may still be data available in the client's buffer. To work correctly, it should be changed to
return c->read(buf, len);