benjamin-bader / amanuensis

ah - MAN - you - EN - sis: Web Traffic Inspector
GNU General Public License v3.0
2 stars 0 forks source link

Make HTTP 1.1 parsing incremental #22

Closed benjamin-bader closed 6 years ago

benjamin-bader commented 6 years ago

Adding the concept of "phases" to parsing, and causing parsing to pause when a phase changes. This lets us act e.g. when response headers have been received, before we begin handling the response entity.