joeyparrish / kinetoscope

Kinetoscope: A Sega Genesis Video Player
MIT License
0 stars 0 forks source link

Improve HTTP transfer robustness in firmware #21

Closed joeyparrish closed 1 month ago

joeyparrish commented 1 month ago

The method read_response_headers in firmware/http.cc is not super robust. It's possible to exit that loop without all the headers. (It doesn't seem to happen that way in practice, but it's possible.)