Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout request larg file #21

Open
mohammad6006 opened this issue Nov 28, 2016 · 0 comments
Open

timeout request larg file #21

mohammad6006 opened this issue Nov 28, 2016 · 0 comments

Comments

@mohammad6006
Copy link

mohammad6006 commented Nov 28, 2016

my codes for sending audio file is like this

$url = 'http://test/test.mp3';

sendAudio([
'audio' => fopen($url ,'r')
]);

it works great for small files but if url file is larger than 5 Mb I have request timeout error on server logs and it sends that file many time because of looping

I use heroku

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant