docs: end listener must be placed before data listener (#25568)

This commit is contained in:
Egor Stronhin 2020-10-06 04:27:30 +03:00 коммит произвёл GitHub
Родитель b33f22601e
Коммит 125c5a6e9b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ applicative code.
#### Event: 'end'
Indicates that response body has ended.
Indicates that response body has ended. Must be placed before 'data' event.
#### Event: 'aborted'