NEWS in yahns-1.0.0 vs NEWS in yahns-1.1.0

- old
+ new

@@ -1,4 +1,24 @@ +yahns 1.1.0 - MOAR SLEEPY / 2014-02-04 +-------------------------------------- + +On responses with a known, non-zero Content-Length, yahns will now +automatically use the MSG_MORE flag when sending HTTP headers. This +reduces TCP packet transmits and allows clients to wake up and read +one less time. + +This is similar to the TCP_NOPUSH/TCP_CORK functionality of other +servers, but requires no additional syscalls. It is only supported +on the Linux kernel, however (but yahns is currently epoll-only +with kqueue support on the horizon). + +Eric Wong (5): + quiet down EHOSTUNREACH errors + http_response: use kgio_syssend with MSG_MORE + load yahns/version file + socket_helper: remove SO_REUSEPORT define for untested arches + response: do not use MSG_MORE on empty bodies + yahns 1.0.0 / 2014-01-02 ------------------------ Mostly fixes for the extras/* stuff running on yahns.YHBT.net and documentation/packaging fixes. Anyways, this is hosting the