This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ibrowse
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
30
Wiki
Activity
Browse Source
Update src/ibrowse_lb.erl
pull/83/head
maruthavanan
12 years ago
parent
7c55ac9fc6
commit
f7a98b1ef9
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ibrowse_lb.erl
+ 1
- 1
src/ibrowse_lb.erl
View File
@ -248,7 +248,7 @@ find_best_connection(Pid, Tid, Max_pipe) ->
_
-
>
_
-
>
{
ok
,
Pid
}
{
ok
,
Pid
}
end
;
end
;
_
-
>
_
-
>
find_best_connection
(
ets
:
next
(
Tid
,
Pid
)
,
Tid
,
Max_pipe
)
find_best_connection
(
ets
:
next
(
Tid
,
Pid
)
,
Tid
,
Max_pipe
)
end
.
end
.
Write
Preview
Loading…
Cancel
Save