Changes between Initial Version and Version 1 of Ticket #3908
- Timestamp:
- 2022-07-15T14:33:49Z (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3908 – Description
initial v1 3 3 This depends on #3907; currently we knowingly send non-matching lengths, so that needs to be fixed first. 4 4 5 It also depends on https://github.com/twisted/treq/issues/347 to make this possible at all. 6 5 7 Implementation: when deliverBody() happens the passed-in protocol gets access to the transport, allowing us to close the connection.