I am trying to upload a file with curl and http/3, but I run into this error. I got:
- Pass on 30071 body bytes to quiche
- Pass on 15556 body bytes to quiche
- Connection #0 to host server.ftn.kg.ac.rs left intact curl: (55) Failed sending data to the peer
I use openlitespeed on server.
the command I used was:
curl -v -F '[email protected]' https://server-url/upload1.php --http3
Is there anything I could try, or maybe all this is due to the fact the http3's support is not so polished yet?
update: the upload is ok if the file is pretty small - with 3.6 KB it went fine