devsisters / goquic

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

Add Support for Read/Write streaming #47

Open gabiz opened 7 years ago

gabiz commented 7 years ago

Known Issues: "No support for read streaming. All request must fit in memory."

Is read streaming going to be supported in the near future? Otherwise, can you provide any insights on how to do this and any challenges that you may have identified?