Parse HTTP start line correctly #3

Closed
opened 2022-09-13 18:22:29 +02:00 by rmanach · 1 comment
rmanach commented 2022-09-13 18:22:29 +02:00 (Migrated from gitea.thegux.fr)

For now, no check is done to parse HTTPStartLine. The first and second item are collected in a list and HTTPVersion is set as HTTP/1.1 by default.

This issue need to be done to validate the #1 (Parse HTTP request correctly) and fix the test.

For now, no check is done to parse HTTPStartLine. The first and second item are collected in a list and HTTPVersion is set as HTTP/1.1 by default. This issue need to be done to validate the #1 (Parse HTTP request correctly) and fix the test.
rmanach commented 2022-09-14 19:01:50 +02:00 (Migrated from gitea.thegux.fr)

Test passed, issue can be closed

Test passed, issue can be closed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rmanach/simple-auth#3
No description provided.