https://bz.apache.org/bugzilla/show_bug.cgi?id=56188
--- Comment #21 from Luca Toscano <[email protected]> --- Jacob in #httpd-dev asked two interesting questions: 1) Would we get a EOF even when the client's TCP connection is in a state like half-closed? (So basically doing a correct shutdown). 2) How many times is the POLLIN (registered to on the client's TCP connection to detect disconnects) case executed for a "typical" POST request? It seems like that code would get triggered for every incoming group of bytes. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
