Skip to content

Commit

Permalink
[http3] remove RequestReceived and ResponseReceived aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Oct 4, 2019
1 parent 6ba9bbf commit eb554d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aioquic/h3/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,3 @@ class PushPromiseReceived(H3Event):

stream_id: int
"The Stream ID of the stream that the push is related to."


# backwards compatibility

RequestReceived = ResponseReceived = HeadersReceived

0 comments on commit eb554d0

Please sign in to comment.