Parse HTTP start line correctly #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Test passed, issue can be closed