Merge branch 'http-server-EOF-at-read-v3' This patchset fixes an issue with detecting EOF in http server and add some regression tests to make sure that we will not break anything. * http-server-EOF-at-read-v3: http: fix detecting EOF without write test/regress_http: cover write during read test/regress_http: verify that closecb will be called without multiple write Closes #78 Link: http://stackoverflow.com/questions/18743948/libevent2-http-server-how-to-detect-client-close/18776728?noredirect=1#18776728