Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regex to properly validate HTTP status line format
Changed the regex in CreateResponse to ensure it matches only status lines starting at the beginning of the string. This prevents potential misinterpretation of malformed input and improves overall response handling accuracy.
- Loading branch information