An HTTP 1.1 application utilizes chunking. Which header should be used to notify the client's browser that there are additional HTTP headers at the end of the message?
A trailer allows the sender to include additional fields at the end
of a chunked message in order to supply metadata that might be
dynamically generated while the message body is sent, such as a
message integrity check, digital signature, or post-processing
status. The trailer fields are identical to header fields, except
they are sent in a chunked trailer instead of the message's header
section
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
adrguim
Highly Voted 4 years, 11 months agoGVKD
Most Recent 5 months ago