We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very occasionally this test fails. The failure shows that one of the HTTP/1.0 requests was interpreted as HTTP/2:
{'RECORD_TYPE': 'BIFLOW_APP', 'IDENTITY': '0Y2Nx:7', 'PARENT': '0Y2Nx:6', 'START_TIME': ulong(1731938893210125), 'END_TIME': ulong(1731938893211116), 'PROTOCOL': 'HTTP/2', 'LATENCY': ulong(948), 'METHOD': 'HEAD', 'RESULT': '200', 'STREAM_ID': ulong(1)},
This occurs on the first curl request right after the tcpListener was updated by changing the observer type to HTTP1 from HTTP2
The text was updated successfully, but these errors were encountered:
kgiusti
No branches or pull requests
Very occasionally this test fails. The failure shows that one of the HTTP/1.0 requests was interpreted as HTTP/2:
This occurs on the first curl request right after the tcpListener was updated by changing the observer type to HTTP1 from HTTP2
The text was updated successfully, but these errors were encountered: