fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Upgrade to http/2 streaming connection #85

Open justindotpub opened 1 year ago

justindotpub commented 1 year ago

Perhaps a simple first step toward streaming would be to simply upgrade to a streaming connection to avoid TCP lifecycle overhead, and nothing more. May not buy us much, but if it is possible as a first step without too many other changes, it seems worth carving into its own task.