You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As HTTP is a line based protocol, I expected the parser to parse it line by line, which simplifies the parsing process and should yield better performance.
As HTTP is a line based protocol, I expected the parser to parse it line by line, which simplifies the parsing process and should yield better performance.
Example
Pseudo code.
This would eliminate a lot of branches in the scanner and make the parser more resilient in total.
Acceptance criteria
The text was updated successfully, but these errors were encountered: