[JBoss JIRA] Created: (NETTY-251) Add support for HTTP trailing headers
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Mon Nov 16 10:47:29 EST 2009
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