-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hai ,
It is not an issue.
one small quick query
@maruibin
I am trying to upload file using aioquic(using below command) and not able to get how to do
and instead getting file with data as "Method Not Allowed" while using below command
I didnt made any changes to http3_client.py or http3_server.py
(python3 /root/aioquic/examples/http3_client.py --ca-certs /root/aioquic/tests/pycacert.pem -v https://1.2.3.4:4433/new.pdf --output-dir /tmp/ --data new.pdf)
any idea Do i need to place the file which i wanted to upload under any speific folder like /aioquic/examples/
(all my files are under /var/www/html/ directory)
Could you please help me to send file using aioquic http3_client.py "--data" argument.
Could you please help me to transfer files between an http/3 client and an http/3 server.
Could you please confirm were you able to create multiple streams in a single connection using the AIOQUIC code .
Looking forward for your reply
Thank you.