Questions tagged [http3]

HTTP/3 is the HTTP protocol done over QUIC.

See also the wikipedia page.

82 questions
0
votes
1 answer

Can I signal an error in HTTP after the data was downloaded?

I want the following: Stream to the client a (possibly big) file through HTTP and after the file was already fully streamed to client (possibly) signal to the client an error (such as 404 not found or 500 internal server error). In HTTP 1.x this…
porton
  • 5,214
  • 11
  • 47
  • 95
0
votes
1 answer

Will http3 support UDP from javascript within browser

As browsers and servers implement Http3, a lot of TCP communication will move over to UDP (QUIC). However, it is not clear to me whether the UDP based communication primitives will be available from within the browser itself. Meaning, like one can…
samantp
  • 499
  • 1
  • 5
  • 11
0
votes
1 answer

Can a client and server use different congestion algorithms when communicating?

I'm writing a http3 (which runs on quic) library, and there's a requirement of choosing different congestion control algorithm by caller. I did some Research and read this: There are several variations and versions of the algorithm implemented in…
psionic12
  • 185
  • 1
  • 11
0
votes
0 answers

Failed file upload file with Curl and http/3: got Error 55

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…
maksvel
  • 1
  • 2
0
votes
1 answer

How does QUIC ensure data integrity?

I read a bit about http2 versus http3 and the main thing I learnt is that h3 will use QUIC which in turns uses UDP. From what I remember, the main difference between UDP and TCP is that TCP is able to check data integrity and ask the client to…
ssougnez
  • 5,315
  • 11
  • 46
  • 79
0
votes
1 answer

How do we add/implement HTTP/3 protocol to our web application?

Actually we are working with protocol upgrade from HTTP/1.1 to HTTP/2. But heard about HTTP/3 got released. So that how do we add/implement HTTP/3 protocol to our web application?
Thirunavukkarasu
  • 361
  • 1
  • 2
  • 13
-1
votes
1 answer

Install HTTP/3 at G-WAN

According to you, is it possible to properly install the use of HTTP/3 on a web server such as GWAN ? If yes, do you have an idea of ideal way to proceed ? I was thinking of using a quic lib (wich one ? quiche) in the init.c file but I can't figure…
John S
  • 231
  • 3
  • 11
1 2 3 4 5
6