Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8349910 Implement JEP 517: HTTP/3 for the HTTP Client API
  3. JDK-8366578

Consider removing the field tagSize in various QuicPacketEncoder.OutgoingQuicPacket subclasses

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs

      The `tagSize` field is passed to the constructor and used to compute the value of the `length` field, but the `tagSize` field is never read again thereafter. We should consider continuing passing `tagSize` as parameter to the constructor, but remove the corresponding field.

            Unassigned Unassigned
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: