Skip to content

Commit

Permalink
*) added missing static Strings as requested by theli
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2505 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
hydrox committed Sep 7, 2006
1 parent 6578564 commit 59a5511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/de/anomic/http/httpHeader.java
Expand Up @@ -153,6 +153,9 @@ public final class httpHeader extends TreeMap implements Map {

public static final String X_YACY_INDEX_CONTROL = "X-YACY-Index-Control";

public static final String UPGRADE = "Upgrade";
public static final String TE = "TE";

/* =============================================================
* Constants defining http methods
* ============================================================= */
Expand Down

0 comments on commit 59a5511

Please sign in to comment.