CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/01/15 14:48:32
Modified files:
sys/kern : uipc_socket.c
Log message:
Pass an EFBIG error to user land when the maximum splicing length
has been reached. This creates a read event on the spliced source
socket that can be noticed with select(2). So the kernel passes
control to the relay process immediately. This could be used to
log the end of an http request within a persistent connection.
deraadt@ reyk@ mikeb@ like the idea
