Changes between Version 1 and Version 2 of Ticket #3908
- Timestamp:
- 2023-01-23T14:16:10Z (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3908
- Property Milestone changed from HTTP Storage Protocol to HTTP Storage Protocol v2
-
Ticket #3908 – Description
v1 v2 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. 5 It also depends on https://github.com/twisted/treq/issues/347 to make this possible at all. This has been fixed, but requires a 2023 release of Treq. 6 6 7 7 Implementation: when deliverBody() happens the passed-in protocol gets access to the transport, allowing us to close the connection.