Hello, Manuel, I have been looking at implementing a http2 client library for bigloo and for all practical uses this will require ALPN support which is not currently supported by the SSL library. However, having looked at the SSL library, there appears to have been some work on supporting NPN, the precursor to ALPN. It is not completely obvious to me how what is currently there was intended to work, but I am willing to contribute to this effort and extend it to support ALPN. Can you provide an overview of the direction the code currently found in the SSL library was heading? By the way, on the topic of http2, if anyone is interested, I have put together a bigloo implementation of hpack. It can be found at https://github.com/donaldsonjw/hpack.
Best Regards,Joe
