aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http.c
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-08-19 13:00:07 -0700
committerHaibo Huang <hhb@google.com>2020-09-09 07:04:53 +0000
commitc3c04f457bfe878abba216d3e76c08b65fc22694 (patch)
tree89b0208ca55971e6700beb987bc77fab72a9c67f /lib/http.c
parent9aa1a64cabedcc41f8be6608e0ee872b56c454a3 (diff)
downloadexternal_curl-c3c04f457bfe878abba216d3e76c08b65fc22694.tar.gz
external_curl-c3c04f457bfe878abba216d3e76c08b65fc22694.tar.bz2
external_curl-c3c04f457bfe878abba216d3e76c08b65fc22694.zip
Upgrade curl to curl-7_72_0
Change-Id: Iff17a59dc7fa5428cf622bdac216aafed9e1d00a
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/http.c b/lib/http.c
index 28d66c28..8fcdd436 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -2014,9 +2014,6 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
case HTTPREQ_PUT:
request = "PUT";
break;
- case HTTPREQ_OPTIONS:
- request = "OPTIONS";
- break;
default: /* this should never happen */
case HTTPREQ_GET:
request = "GET";