Changes between Version 1 and Version 2 of Ticket #3908


Ignore:
Timestamp:
2023-01-23T14:16:10Z (23 months ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3908

    • Property Milestone changed from HTTP Storage Protocol to HTTP Storage Protocol v2
  • Ticket #3908 – Description

    v1 v2  
    33This depends on #3907; currently we knowingly send non-matching lengths, so that needs to be fixed first.
    44
    5 It also depends on https://github.com/twisted/treq/issues/347 to make this possible at all.
     5It 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.
    66
    77Implementation: when deliverBody() happens the passed-in protocol gets access to the transport, allowing us to close the connection.