Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33338 Details for
Bug 54017
erlang: ssl_broker patch need to be applied to make ssl in it workable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ssl_broker.patch
ssl.patch (text/plain), 447 bytes, created by
Max Loparev
on 2004-06-15 13:03:16 UTC
(
hide
)
Description:
ssl_broker.patch
Filename:
MIME Type:
Creator:
Max Loparev
Created:
2004-06-15 13:03:16 UTC
Size:
447 bytes
patch
obsolete
>--- otp_src_R9C-0/lib/ssl/src/ssl_broker.erl.orig 2004-06-15 22:22:34.133348153 +0400 >+++ otp_src_R9C-0/lib/ssl/src/ssl_broker.erl 2004-06-15 22:23:54.423541181 +0400 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54017
: 33338