all: support for virtual host

This commit is contained in:
fatedier
2016-04-18 15:16:40 +08:00
parent 6874688e07
commit f650d3f330
11 changed files with 400 additions and 75 deletions

View File

@@ -30,7 +30,7 @@ import (
func ProcessControlConn(l *conn.Listener) {
for {
c, err := l.GetConn()
c, err := l.Accept()
if err != nil {
return
}