Skip to content

responseStartRow regex change #72

@Nyx2022

Description

@Nyx2022

now, the responseStartRow regex is ^${HTTP_PROTOCOL_VERSIONS} \\d{3} ${BASIC_LATIN}*$,however, some server may not return standard it only return "HTTP/1.1 200" withou OK as statusText,so iadvise to change regex to ^${HTTP_PROTOCOL_VERSIONS} \\d{3} ?${BASIC_LATIN}*$

in addition ,advised to support http/3 in HTTP_PROTOCOL_VERSIONS

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions