scottchiefbaker / ESP-WebOTA

Simple web based Over-the-Air (OTA) updates for ESP based projects
MIT License
291 stars 40 forks source link

Connection reset by peer #16

Open pitchman opened 3 years ago

pitchman commented 3 years ago

Hello, I was getting a "connection reset by peer" error when uploading the .bin file using curl. I was able to remove it by using --limit-rate 100k.

I am adding this comment in case others experience the same error.

scottchiefbaker commented 3 years ago

Interesting... I have not had that issue before. I'd love a PR to update the documentation with that caveat.