issues
search
toitlang
/
pkg-http
Package: Implement your REST server or client in Toit and run it on your ESP32.
MIT License
1
stars
1
forks
source link
WebSockets client: Add test and fix issues.
#109
Closed
erikcorry
closed
1 year ago
erikcorry
commented
1 year ago
Adds a test that uses a publicly available echo endpoint.
Didn't correctly buffer data received in the same packet as the headers.
Wrongly sent two Host: headers.