Skip to content

Conversation

@bneradt
Copy link
Contributor

@bneradt bneradt commented Sep 9, 2022

This performs a rename of various variables in preparation for the HTTP/2 to origin PR (#8963).

Note that I have kept the commits for each part of the refactor separate in case that helps reviewing the set of changes in this PR.

@bneradt bneradt added the HTTP/2 label Sep 9, 2022
@bneradt bneradt added this to the 10-Dev milestone Sep 9, 2022
@bneradt bneradt requested a review from maskit September 9, 2022 21:15
@bneradt bneradt self-assigned this Sep 9, 2022
@bneradt bneradt mentioned this pull request Sep 9, 2022
@bneradt bneradt changed the title H2 name changes HTTP/2 name changes Sep 10, 2022
@bneradt bneradt merged commit d76342b into apache:10-Dev Sep 12, 2022
@bneradt bneradt deleted the h2_name_changes branch September 12, 2022 22:58
bneradt added a commit to bneradt/trafficserver that referenced this pull request Oct 19, 2022
This continues the work of apache#9084 with more renaming of HTTP/2 connection
and stream variables and functions like so:

* client -> peer
* server -> local
bneradt added a commit to bneradt/trafficserver that referenced this pull request Oct 20, 2022
This continues the work of apache#9084 with more renaming of HTTP/2 connection
and stream variables and functions like so:

* client -> peer
* server -> local
bneradt added a commit to bneradt/trafficserver that referenced this pull request Oct 20, 2022
This continues the work of apache#9084 with more renaming of HTTP/2 connection
and stream variables and functions like so:

* client -> peer
* server -> local
bneradt added a commit that referenced this pull request Oct 20, 2022
This continues the work of #9084 with more renaming of HTTP/2 connection
and stream variables and functions like so:

* client -> peer
* server -> local
@zwoop zwoop modified the milestones: 10-Dev, 10.0.0 Feb 2, 2023
JosiahWI pushed a commit to JosiahWI/trafficserver that referenced this pull request Jul 19, 2023
This changes some variable names in preparation for a future HTTP/2 to origin patch:

* http2_decode_header_blocks name updates
* trailing_header -> is_trailing_header
* HTTP/2 settings: server -> local, client -> peer
* client_ip -> peer_ip
* req -> receive, response -> send

(cherry picked from commit d76342b)

Conflicts:
      proxy/http2/HTTP2.cc
      proxy/http2/Http2CommonSession.cc
      proxy/http2/Http2ConnectionState.cc
      proxy/http2/Http2ConnectionState.h
      proxy/http2/Http2Stream.cc
      proxy/http2/Http2Stream.h
JosiahWI pushed a commit to JosiahWI/trafficserver that referenced this pull request Jul 19, 2023
This continues the work of apache#9084 with more renaming of HTTP/2 connection
and stream variables and functions like so:

* client -> peer
* server -> local

(cherry picked from commit 5cefa56)

Conflicts:
      proxy/http2/Http2ConnectionState.cc
      proxy/http2/Http2Stream.cc
      proxy/http2/Http2Stream.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants