diff options
author | Ingela Anderton Andin <[email protected]> | 2016-10-07 10:21:23 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-10-07 10:21:23 +0200 |
commit | 118bf7a9612f5df366633726581803a1a157154c (patch) | |
tree | 12f2654126e36a338e3f7b77495c5f914f388225 /lib/inets/src/http_client/httpc_manager.erl | |
parent | 992bc0dad066bdec66996acae40b370b5377a161 (diff) | |
parent | 52598d49c267110dff69f40411ff9a217cd9041d (diff) | |
download | otp-118bf7a9612f5df366633726581803a1a157154c.tar.gz otp-118bf7a9612f5df366633726581803a1a157154c.tar.bz2 otp-118bf7a9612f5df366633726581803a1a157154c.zip |
Merge branch 'kostis/inets-reference-record-types/PR-1188' into maint
* kostis/inets-reference-record-types/PR-1188:
Replace ref() with reference() in inets files
Diffstat (limited to 'lib/inets/src/http_client/httpc_manager.erl')
-rw-r--r-- | lib/inets/src/http_client/httpc_manager.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/src/http_client/httpc_manager.erl b/lib/inets/src/http_client/httpc_manager.erl index 4cb6f005ad..a63864493f 100644 --- a/lib/inets/src/http_client/httpc_manager.erl +++ b/lib/inets/src/http_client/httpc_manager.erl @@ -137,7 +137,7 @@ redirect_request(Request, ProfileName) -> %%-------------------------------------------------------------------- %% Function: cancel_request(RequestId, ProfileName) -> ok -%% RequestId - ref() +%% RequestId - reference() %% ProfileName = atom() %% %% Description: Cancels the request with <RequestId>. @@ -148,7 +148,7 @@ cancel_request(RequestId, ProfileName) -> %%-------------------------------------------------------------------- %% Function: request_done(RequestId, ProfileName) -> ok -%% RequestId - ref() +%% RequestId - reference() %% ProfileName = atom() %% %% Description: Inform tha manager that a request has been completed. |