soheilhy / cmux

Connection multiplexer for GoLang: serve different services on the same port!
Apache License 2.0
2.57k stars 196 forks source link

Add TLS matcher #49

Closed tmm1 closed 7 years ago

tmm1 commented 7 years ago

@soheilhy I implemented what we discussed.

tmm1 commented 7 years ago

I'll try to get a test together tomorrow.

tmm1 commented 7 years ago

@soheilhy test added and passing!

soheilhy commented 7 years ago

Thanks but errcheck and other lints are not passing (e.g., not catching error on os.Remove) https://travis-ci.org/soheilhy/cmux/jobs/255748408

Can you please fix the errors?

tmm1 commented 7 years ago

Fixed

soheilhy commented 7 years ago

Thanks!