aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_multipart.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-06-09 12:21:23 +0200
committerLoïc Hoguin <[email protected]>2016-06-09 12:21:23 +0200
commit8cf98c9f3d1292c1b08fca5ca99772ae912eaa86 (patch)
treeb044b23f26bed759930239db09eede2336ef5350 /src/cow_multipart.erl
parentb448c4fde627f27793b74965043e113f78cfb8d0 (diff)
parenta7d5141d13c8944867c9361e544981d9954728c4 (diff)
downloadcowlib-8cf98c9f3d1292c1b08fca5ca99772ae912eaa86.tar.gz
cowlib-8cf98c9f3d1292c1b08fca5ca99772ae912eaa86.tar.bz2
cowlib-8cf98c9f3d1292c1b08fca5ca99772ae912eaa86.zip
Merge branch 'master' of https://github.com/leoliu/cowlib
Diffstat (limited to 'src/cow_multipart.erl')
-rw-r--r--src/cow_multipart.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cow_multipart.erl b/src/cow_multipart.erl
index 276a689..3cbef56 100644
--- a/src/cow_multipart.erl
+++ b/src/cow_multipart.erl
@@ -424,7 +424,7 @@ horse_parse() ->
-spec boundary() -> binary().
boundary() ->
- base64:encode(crypto:rand_bytes(48)).
+ base64:encode(crypto:strong_rand_bytes(48)).
%% @doc Return the first part's head.
%%