Просмотр исходного кода

FIX: EOF disconnect error also called raw handler afterwards

tags/0.2
Joe Higton 10 лет назад
Родитель
Сommit
97731e1774
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      worker/agent.go

+ 1
- 0
worker/agent.go Просмотреть файл

@@ -66,6 +66,7 @@ func (a *agent) work() {
} else if( err == io.EOF ){
a.disconnect_error(err)
break
}
a.worker.err(err)
// If it is unexpected error and the connection wasn't


Загрузка…
Отмена
Сохранить