One of the long standing tasks in Lwan is to implement HTTP/2. I've been postponing it since before it was fully standardized, and followed a lot of public discussions that turned SPDY into HTTP/2. I had a few false starts, but never really started the work. One of the first obstacles wasn't even HTTP/2 itself -- which requires substantially more commitment than HTTP/1.1 for a proof-of-concept implementation -- but that most HTTP/2 clients require an encrypted connection, and Lwan never suppo...