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 committed by GitHub
parent b33f22601e
commit 125c5a6e9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'