[JBoss JIRA] Closed: (NETTY-247) Make HttpMessage, HttpChunk and their default implementation completely mutable
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Thu Nov 19 23:20:30 EST 2009
[ https://jira.jboss.org/jira/browse/NETTY-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Trustin Lee closed NETTY-247.
-----------------------------
Resolution: Done
Done! I did not add the default constructors though because it results in the inconsistent state.
> Make HttpMessage, HttpChunk and their default implementation completely mutable
> -------------------------------------------------------------------------------
>
> Key: NETTY-247
> URL: https://jira.jboss.org/jira/browse/NETTY-247
> Project: Netty
> Issue Type: Feature Request
> Components: Handler
> Reporter: Trustin Lee
> Assignee: Trustin Lee
> Fix For: 3.2.0.ALPHA2
>
>
> HttpMessage is a partially mutable type. There's no reason to keep the immutable properties immutable.
> HttpChunk is an immutable type. However, considering that it's being used in parallel with HttpMessage, it should also be mutable.
--
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