go-vhost icon indicating copy to clipboard operation
go-vhost copied to clipboard

HTTP/TLS hostname multiplexing library for Go

Results 5 go-vhost issues
Sort by recently updated
recently updated
newest added

I there, i try to use the great tunnel project from qmux but i encount an error on go-vhost. How can i debug and fix the error "Failed to extract...

There is no vhost list provided as an example for the API usage! providing it would help other with less knowleadge to use the project!

It would be convenient, if there was an AlreadyBound error, so that caller could process it. This PR implements it. I tried to follow the style of the original tests,...

Hi there, Can we consider to include [ALPN protocols](https://github.com/golang/go/blob/94aeedc33a4434f0d410be7c42e0bbcdaedd790f/src/crypto/tls/handshake_messages.go#L89) in this `ClientHelloMsg` https://github.com/inconshreveable/go-vhost/blob/master/tls.go#L285 Thanks, Thuan

This pull request is to extract AlpnProtocols from clientHelloMessage.