From 1b23d40d8fea402704e9b9842c8cc55ccc241120 Mon Sep 17 00:00:00 2001 From: deejay1 Date: Thu, 4 Aug 2005 15:04:59 +0000 Subject: [PATCH] - patch already applied upstream Changed files: erlang-ssl_timeout.patch -> 1.2 --- erlang-ssl_timeout.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 erlang-ssl_timeout.patch diff --git a/erlang-ssl_timeout.patch b/erlang-ssl_timeout.patch deleted file mode 100644 index a29ce5d..0000000 --- a/erlang-ssl_timeout.patch +++ /dev/null @@ -1,14 +0,0 @@ -Based on: http://article.gmane.org/gmane.comp.lang.erlang.patches/65 - -diff -dur otp_src_R9C-2.orig/lib/ssl/src/ssl_broker.erl otp_src_R9C-2/lib/ssl/src/ssl_broker.erl ---- otp_src_R9C-2.orig/lib/ssl/src/ssl_broker.erl 2003-07-07 14:33:00.000000000 +0200 -+++ otp_src_R9C-2/lib/ssl/src/ssl_broker.erl 2004-09-01 23:24:48.706641023 +0200 -@@ -330,6 +330,8 @@ - case gen_tcp:recv(St#st.proxysock, Length, Timeout) of - {ok, Data} -> - {reply, {ok, Data}, St}; -+ {error, timeout} -> -+ {reply, {error, timeout}, St}; - {error, Reason} -> - {reply, {error, Reason}, St#st{status = closing}} - end -- 2.43.0