From 36a24dbd97153e1d8a32097df466028b517bf6f2 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 14 Sep 2017 16:54:48 +0200 Subject: inets: Fix xmllint error --- lib/inets/doc/src/mod_esi.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/inets/doc/src/mod_esi.xml b/lib/inets/doc/src/mod_esi.xml index e2f0758cdf..a8393c9248 100644 --- a/lib/inets/doc/src/mod_esi.xml +++ b/lib/inets/doc/src/mod_esi.xml @@ -166,16 +166,15 @@ for all calls where Input is {first, Data::binary()} or {continue, Data::binary(), State::term()}. When Input is {last, - Data::binary(), State::term()} the return value will be ignored. + Data::binary(), State::term()} the return value will be ignored.

Note that if the body is small all data may be delivered in only one chunk and then the callback will be called with {last, Data::binary(), undefined} without getting called with {first, - Data::binary()}.

The input State is + Data::binary()}.

The input State is the last returned State, in it the callback can include any data that it needs to keep track of when handling the chunks.

-

-- cgit v1.2.3