-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
[POA-155] Changes for capturing client and server timeouts #201
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks correct, good to go once akita-ir changes land and the generator is re-run on that version.
…etadata of the parser
…o client and server shutdown metadata
const ( | ||
CONNECTION_TYPE_HTTP_CLIENT = "HTTP_CLIENT" | ||
CONNECTION_TYPE_HTTP_SERVER = "HTTP_SERVER" | ||
CONNECTION_TYPE_TLS_CLIENT = "TLS_CLIENT" | ||
CONNECTION_TYPE_TLS_SERVER = "TLS_SERVER" | ||
CONNECTION_TYPE_HTTP2_PREFACE = "HTTP2_PREFACE" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth having these defined for each protocol type, or should we have only client and server? (Or unknown?)
JIRA: https://postmanlabs.atlassian.net/browse/POA-155
Confluence: https://postmanlabs.atlassian.net/l/cp/EtJHwV3u
Changes
Two sets of changes are included in this PR.
akita-libs/spec_utils/ir_hash
, add the newly defined HTTPMethodMeta ingen.go
make
inakita-libs/spec_utils/ir_hash
TODO
Update akita-ir version to match the commit on master once akita-ir#10 is merged