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

Merge pull request #123 from 9seconds/panic-on-err

Crash if we can't allocate incoming connection
tags/v1.0.2^2
Sergey Arkhipov 6 лет назад
Родитель
Сommit
19efcc93fc
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 2 удалений
  1. 1
    2
      proxy/proxy.go

+ 1
- 2
proxy/proxy.go Просмотреть файл

30
 			case <-doneChan:
30
 			case <-doneChan:
31
 				return
31
 				return
32
 			default:
32
 			default:
33
-				p.Logger.Errorw("Cannot allocate incoming connection", "error", err)
34
-				continue
33
+				p.Logger.Fatalw("Cannot allocate incoming connection", "error", err)
35
 			}
34
 			}
36
 		}
35
 		}
37
 
36
 

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