summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/protocol
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-18 15:41:29 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-08-18 15:41:41 -0700
commitc70bdbc1eb32e81259dbb4a5c028efef354e9c54 (patch)
tree7b75c46004b807f9a00d6bd39a35f03add671a49 /src/org/apache/http/protocol
parent3b74bc0ac45043a6b559d44aa913de5803793a56 (diff)
parentca487d902d42621b5db886d13d2acb4c9500a44c (diff)
downloadexternal_apache-http-c70bdbc1eb32e81259dbb4a5c028efef354e9c54.zip
external_apache-http-c70bdbc1eb32e81259dbb4a5c028efef354e9c54.tar.gz
external_apache-http-c70bdbc1eb32e81259dbb4a5c028efef354e9c54.tar.bz2
manual merge - fix build
Change-Id: I5417fd6ad71fd3cd0520f1fe89921fa01f8a0869
Diffstat (limited to 'src/org/apache/http/protocol')
-rw-r--r--src/org/apache/http/protocol/HTTP.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/apache/http/protocol/HTTP.java b/src/org/apache/http/protocol/HTTP.java
index de76ca6..9223955 100644
--- a/src/org/apache/http/protocol/HTTP.java
+++ b/src/org/apache/http/protocol/HTTP.java
@@ -60,7 +60,7 @@ public final class HTTP {
public static final String SERVER_HEADER = "Server";
/** HTTP expectations */
- public static final String EXPECT_CONTINUE = "100-Continue";
+ public static final String EXPECT_CONTINUE = "100-continue";
/** HTTP connection control */
public static final String CONN_CLOSE = "Close";