Added a TODO item

This commit is contained in:
Trustin Lee 2009-02-11 06:14:07 +00:00
parent 859f9a37a2
commit f44d9eced8

View File

@ -27,6 +27,7 @@ package org.jboss.netty.handler.codec.http;
* @version $Rev$, $Date$
*/
public class HttpHeaders {
// TODO: Needs cleanup
public static final String HOST = "Host";
public static final String CONTENT_LENGTH = "Content-Length";