[JBoss JIRA] Closed: (NETTY-251) Add support for HTTP trailing headers
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Tue Nov 17 02:17:29 EST 2009
[ https://jira.jboss.org/jira/browse/NETTY-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Trustin Lee closed NETTY-251.
-----------------------------
Resolution: Done
HttpChunkTrailer (the subtype of HttpChunk) has been added to represent the trailer. HttpMessageDecoder now fully decodes the trailing headesr and generates a new HttpChunkTrailer that contains the decoded trailing headers.
> Add support for HTTP trailing headers
> -------------------------------------
>
> Key: NETTY-251
> URL: https://jira.jboss.org/jira/browse/NETTY-251
> Project: Netty
> Issue Type: Feature Request
> Reporter: Trustin Lee
> Assignee: Trustin Lee
> Fix For: 3.2.0.ALPHA2
>
>
> The last HTTP chunk can have trailing headers which could be useful to provide additional information that could be computed from the content of the HTTP message, such as 'Content-MD5'. The current HttpMessageDecoder implementation simply discards the trailing headers, but they should be decoded correctly. The decoded trailer should be part of the last chunk, which means a new subtype of HttpChunk (or HttpPartialMessage) must be introduced to provide additional header access methods and to represent the end of the content.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the netty-dev
mailing list