ws protocol: don't heap-allocate in serialize_20_bytes

This commit is contained in:
Joakim Frostegård 2024-02-04 00:14:13 +01:00
parent 7f883a9433
commit d1426d3ac5
2 changed files with 13 additions and 7 deletions

View file

@ -43,11 +43,6 @@
* move additional request sending to for each received response, maybe
with probability 0.2
* aquatic_ws
* large amount of temporary allocations in serialize_20_bytes, pretty many in deserialize_20_bytes
* 20 byte parsing: consider using something like ArrayString<80> to avoid
heap allocations
# Not important
* aquatic_http: