Open idanarye opened 7 years ago
@idanarye sorry not as of yet, hyper needs to be upgraded past 0.10 for this to be possible :( This requires a whole lot of rework on my end that I haven't been able to get to (mostly parsing HTTP with a different library than hyper)
In order to be able to
split()
a client, it needs to implementSplittable
. ButHyperRequest
is creating a client with aNetworkStream
- which is notSplittable
.Is there any way around this?