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
Merge pull request
#132
from surik/patch-1
Fix ibrowse_http_client.erl
pull/131/merge
Chandrashekhar Mullaparthi
9 years ago
parent
58007c7433
0970fa0350
commit
5ee4a80661
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ibrowse_http_client.erl
+ 1
- 1
src/ibrowse_http_client.erl
View File
@ -1923,7 +1923,7 @@ cancel_timer(Ref, {eat_message, Msg}) ->
end
.
make_req_id
(
)
-
>
case
catch
erlang
:
un
q
iue_integer
(
)
of
case
catch
erlang
:
uni
q
ue_integer
(
)
of
{
'EXIT'
,
_
}
-
>
erlang
:
apply
(
erlang
,
now
,
[
]
)
;
V
-
>
Write
Preview
Loading…
Cancel
Save