h2o: add package
authorJames Taylor <redacted>
Mon, 9 Dec 2019 01:49:19 +0000 (12:49 +1100)
committerJames Taylor <redacted>
Tue, 10 Dec 2019 10:32:52 +0000 (21:32 +1100)
commitc9fa74bf43cfa535d6220a9db8cf43e20c4f104c
tree245ee2716505a5c0a95d69e690829d66e3280a2a
parentda867f65cb5d6bbed80b2ca1886b7f213d852113
h2o: add package

H2O is a new generation HTTP server that provides quicker response to users
  with less CPU utilization when compared to older generation of web servers.
  Designed from ground-up, the server takes full advantage of HTTP/2 features
  including prioritized content serving and server push, promising outstanding
  experience to the visitors of your web site.

Signed-off-by: James Taylor <redacted>
libs/h2o/Makefile [new file with mode: 0644]
libs/h2o/patches/100-socket_disable_npn.patch [new file with mode: 0644]
libs/h2o/patches/200-libh2o-evloop_wslay-link.patch [new file with mode: 0644]
libs/h2o/patches/300-picotls-chacha-detect.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT