Implement Hasl.Gs2Header.parse
Review Request #3813 — Created Feb. 4, 2025 and submitted
Add a method to parse gs2 headers as we need to do that to implement scram.
Ran the tests under valgrind and called in the turtles as well.
Summary | ID |
---|---|
6d9be253399b6c2fc9e2ad27acc3363785c79496 |
Description | From | Last Updated |
---|---|---|
There's a space too many after GMatchInfo. |
![]() |
|
regex and info are not unref'd in case of this early return. |
![]() |
|
regex and info are not unref'd in case of this early return. |
![]() |
|
The "otherwise null" is superfluous since it's already declared as nullable. |
![]() |