You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This comment states that "end_stream supplies whether this is the last data frame."
If there are HTTP trailers in the request (in some sense, additional data after the last data frame), is it guaranteed that decodeData will be called at least once with end_stream set to true?
The text was updated successfully, but these errors were encountered:
hq6
changed the title
Question: Is decodeData called with end_stream set to true called even when there are HTTP trailers in the request?
Question: Is decodeData called with end_stream set to true guaranteed to be called even when there are HTTP trailers in the request?
Jul 21, 2020
If there are HTTP trailers in the request (in some sense, additional data after the last data frame), is it guaranteed that decodeData will be called at least once with end_stream set to true?
No, end_stream is only true if there are no trailers. Please feel free to PR a comment fix.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
stalebot
added
the
stale
stalebot believes this issue/PR has not been touched recently
label
Aug 23, 2020
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.
This comment states that "end_stream supplies whether this is the last data frame."
If there are HTTP trailers in the request (in some sense, additional data after the last data frame), is it guaranteed that
decodeData
will be called at least once withend_stream
set to true?The text was updated successfully, but these errors were encountered: