You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has an extra dash that isn't in the returned string, event.alpn_protocol. If I remove the dash, I get an H3Connection object.
Am I doing something incorrectly, or does the code need some updating? Overall I'm trying to setup a negotiate (done), establish a connection (done) and then setup a few streams and pass some stream frames in a packet. I'm having a bit of trouble figuring that out, does the code need some assistance? If so, is the goal to cover use cases of RFC9000? At this point I'm just trying to invoke the client, retrieve mock data from the server, and then post header and data.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looks like the following code in the http3Server:
has an extra dash that isn't in the returned string, event.alpn_protocol. If I remove the dash, I get an H3Connection object.
Am I doing something incorrectly, or does the code need some updating? Overall I'm trying to setup a negotiate (done), establish a connection (done) and then setup a few streams and pass some stream frames in a packet. I'm having a bit of trouble figuring that out, does the code need some assistance? If so, is the goal to cover use cases of RFC9000? At this point I'm just trying to invoke the client, retrieve mock data from the server, and then post header and data.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions