summaryrefslogtreecommitdiff
path: root/www/curl/patches/patch-lib_http2.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/curl/patches/patch-lib_http2.c')
-rw-r--r--www/curl/patches/patch-lib_http2.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/curl/patches/patch-lib_http2.c b/www/curl/patches/patch-lib_http2.c
deleted file mode 100644
index 0f114326002..00000000000
--- a/www/curl/patches/patch-lib_http2.c
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-lib_http2.c,v 1.1 2015/06/03 12:00:06 fhajny Exp $
-
-Update compatibility for nghttp2 1.0. This patch should become obsolete
-with curl-7.43.
-
---- lib/http2.c.orig 2015-04-29 06:06:52.000000000 +0000
-+++ lib/http2.c
-@@ -1019,8 +1019,8 @@ CURLcode Curl_http2_switched(struct conn
-
- rv = (int) ((Curl_send*)httpc->send_underlying)
- (conn, FIRSTSOCKET,
-- NGHTTP2_CLIENT_CONNECTION_PREFACE,
-- NGHTTP2_CLIENT_CONNECTION_PREFACE_LEN,
-+ NGHTTP2_CLIENT_MAGIC,
-+ NGHTTP2_CLIENT_MAGIC_LEN,
- &result);
- if(result)
- /* TODO: This may get CURLE_AGAIN */