]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- patch already applied upstream
authordeejay1 <deejay1@pld-linux.org>
Thu, 4 Aug 2005 15:04:59 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erlang-ssl_timeout.patch -> 1.2

erlang-ssl_timeout.patch [deleted file]

diff --git a/erlang-ssl_timeout.patch b/erlang-ssl_timeout.patch
deleted file mode 100644 (file)
index a29ce5d..0000000
+++ /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
This page took 0.06652 seconds and 4 git commands to generate.