Unverified Commit fba533f8 authored by David's avatar David Committed by GitHub
Browse files

Sniff the first byte to glean if the incoming request is a single or batch request (#419)

* Sniff the first byte to glean if the incoming request is a single or batch request

This works around the serde limitations around `untagged` enums and `RawValue`.

* fmt

* Review feedback

* Don't assume there is a first byte to read

* remove todo

* review feedback
parent fc030ad8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment