aquatic_http: use flexible-sized buffer for request reading

This commit is contained in:
Joakim Frostegård 2020-07-03 11:13:55 +02:00
parent 3a8e5a3abf
commit 136a79ce8d
2 changed files with 18 additions and 6 deletions

View file

@ -7,7 +7,6 @@
## aquatic_http
* handshake stuff
* fixed size buffer is probably bad
* test tls
* request parsing in protocol module instead of in network? Not obvious
what error return type to use then