Re: [whatwg/fetch] Access to the HTTP trailer (#34)

Currently the description expects that Transfer-Encoding is processed at a lower layer. Can we assume that such a lower layer decouples the message body part from the trailer?

14.2: Whenever one or more bytes __for message body__ are transmitted, ...
14.3: If at any point the bytes transmission __for message body__ is done normally and stream is readable, ...
14.4: __If at any point the response trailer is available, set it to _response.trailer_. // some notification is needed__
14.5: (original 14.4)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/34#issuecomment-236113699

Received on Friday, 29 July 2016 07:30:27 UTC