Skip to content

Conversation

@maskit
Copy link
Member

@maskit maskit commented Dec 16, 2022

This removes cqhv log field. It was deprecated on 9.0.0.

https://lists.apache.org/thread/zqmo3sj1m1s6tv9b7zdo86q0qpf2mjow

Unfortunately, we can't remove the marshaling and unmarshaling functions. The marshaling function is also used for cqtx, which reproduces HTTP/1.x request line. The unmarshaling function is also used for server request.

@maskit maskit added this to the 10.0.0 milestone Dec 16, 2022
@maskit maskit self-assigned this Dec 16, 2022
The http text is simply the fields http_method (cqhm) + url (pqu) +
http_version (cqhv), all right next to each other, in that order.
http_version (cqhv, which was removed on 10.0.0), all right next to each other, in that order.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove the mentioning of cqhv?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, I thought about it, but I was too lazy. How about this:

The http text is a reproduced HTTP/1.x request line. It's HTTP method (cqhm) + URL (pqu) + HTTP version. This doesn't support HTTP/2 and HTTP/3 since those don't have a request line.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good!

Copy link
Member

@zizhong zizhong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG!

@maskit maskit merged commit e3e969b into apache:10-Dev Dec 20, 2022
@bryancall bryancall mentioned this pull request Aug 14, 2024
91 tasks
maskit added a commit to maskit/trafficserver that referenced this pull request Aug 15, 2024
maskit added a commit to maskit/trafficserver that referenced this pull request Aug 15, 2024
maskit added a commit that referenced this pull request Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants