duo
duo copied to clipboard
A Pure HTTP 2 Server for the Crystal Language with full support for H2Load and H2Spec test coverage
This happens every time I hit https://localhost:9876/ ``` $examples/> crystal run server.cr listening on https://:::9876/ Unhandled exception in spawn: SSL_accept: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown (OpenSSL::SSL::Error) from /usr/local/Cellar/crystal/1.2.2/src/openssl/ssl/socket.cr:77:9 in 'accept'...
When compiling the client ``` client.request(headers) do |headers, body| ^------ Error: instantiating 'Duo::Client#request(HTTP::Headers)' In lib/duo/src/duo/client.cr:57:36 57 | stream = @connection.streams.create ^----- Error: instantiating 'Duo::Streams#create()' In lib/duo/src/duo/streams.cr:47:24 47 | def create(state...
Hi, Forgive me for asking but is this project still maintained? I've been looking into stable HTTP/2 solutions within Crystal for [the Invidious project](https://github.com/iv-org/invidious) and this seems like the best...