devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

Stream requests? #9

Open jbenet opened 9 years ago

jbenet commented 9 years ago

I see

No support for read streaming. All request must fit in memory.

does this mean i cannot open a single stream and use it for multiple RPCs back and forth? (note, not using HTTP. would use QUIC like yamux, muxado, etc)