Hi All,
I think that NettyServer needs to be changed to include the following line:
bootstrap.setOption("child.keepAlive", true);
Otherwise, it'll be susceptible to the following problem:
http://mail-archives.apache.org/mod_mbox/incubator-flume-user/201201.mbox/<[email protected]>
Not sure if HttpServer is also affected by this because I haven't yet dug into
the Jetty code to see if it sets TCP keep-alive on its sockets.
Let me know if I should file a JIRA and/or provide a patch...
Regards,
Frank Grimes