Bump version

This commit is contained in:
Prashanth Balasubramanian 2016-04-17 18:05:49 -07:00
parent fc6d9a47fd
commit d3a51031c3
5 changed files with 9 additions and 8 deletions

View file

@ -582,6 +582,7 @@ func (l *L7) edgeHop() error {
}
}
if l.runtimeInfo.TLS != nil {
glog.V(3).Infof("Edge hopping https for %v", l.Name)
if err := l.edgeHopHttps(); err != nil {
return err
}