python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sending multiple 5mb binary files over WS vs Http
Does sending large files over a websocket "block" websocket for other messages while the large files are being sent?
Does sending the files via independent Http requests while the other me...
rstr1112
Votes: 0
Answers: 1
What a connect message header should look like in http2?
I found that a get message header looks like:
:method: GET
:scheme: https
:authority: server.net
:path: /config
accept: */*
accept-encoding: gzip,deflate
What a connect message header should look li...
IGP
Votes: 0
Answers: 1
http2 duplicate entries in the dynamic table
in the RFC for hpack, it says this...
The dynamic table can contain duplicate entries (i.e., entries with the same name and same value). Therefore, duplicate entries MUST NOT be treated as an error by...
user18043747
Votes: 0
Answers: 1
Bypassing Cloud Run 32mb error via HTTP2 end to end solution
I have an api query that runs during a post request on one of my views to populate my dashboard page. I know the response size is ~35mb (greater than the 32mb limits set by cloud run). I was wondering...
Sultan Khan
Votes: 0
Answers: 2