From 59a5511dbbaca29fe1d4d2b3cad9246ce921f761 Mon Sep 17 00:00:00 2001 From: hydrox Date: Thu, 7 Sep 2006 07:20:28 +0000 Subject: [PATCH] *) added missing static Strings as requested by theli git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2505 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/http/httpHeader.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/de/anomic/http/httpHeader.java b/source/de/anomic/http/httpHeader.java index 25082cfad..02a7fe68e 100644 --- a/source/de/anomic/http/httpHeader.java +++ b/source/de/anomic/http/httpHeader.java @@ -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 * ============================================================= */