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