Rodrigo Muniz

Results 31 comments of Rodrigo Muniz

I just tested it with version 0.11.3+13, and the Gateway Timeout is still happening.

Sorry for the VERY late response. I am using the newest version of http (**0.11.3+16**) Here is a snippet of my code: ``` main() { // I created a new...

The curl command I used for tests is the following: `/usr/bin/curl -F "chat_id=012345" -F "audio=@'/path/to/audio.mp3'" 'https://api.telegram.org/bot511055718:AAFM5QO7w-Yt1v6-wjIdaqI2ylA50voSln4/sendAudio'` I am not using any extra header, except the multipart/form-data where necessary. The requests...