Closed Bug 1790402 Opened 2 years ago Closed 2 years ago

Implement nsIWebTransportSendStream in parent process

Categories

(Core :: Networking, task, P2)

task

Tracking

()

RESOLVED FIXED
108 Branch
Tracking Status
firefox108 --- fixed

People

(Reporter: kershaw, Assigned: kershaw)

References

(Blocks 1 open bug)

Details

(Whiteboard: [necko-triaged])

Attachments

(1 file)

The nsIWebTransportSendStream and nsIWebTransportSendStreamListener interfaces are defined below.

interface nsIWebTransportSendStream : nsIAsyncOutputStream {
  attribute unsigned long long StreamId;

  // Sends the FIN on the stream.
  void SendFin();

  // Reset the stream with the specified error code.
  void Reset(in uint8_t aErrorCode);
};

// Used to receive events regarding a nsIWebTransportSendStream.
interface nsIWebTransportSendStreamListener : nsIOutputStreamCallback {
  // Called when STOP_SENDING is received for the stream.
  void OnStopSendingReceived(in uint8_t aError);
};
Blocks: 1789857
Assignee: nobody → kershaw
Status: NEW → ASSIGNED
Pushed by kjang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/55afc9538cd8 Implement nsIWebTransportSendStream, r=necko-reviewers,valentin

Backed out 2 changesets (Bug 1790401, Bug 1790402) for causing bustages on WebTransportStreamProxy.h.
Backout link
Push with failures <--> Bp-hybrid
Failure Log
Also Bb Failure Log

Flags: needinfo?(kershaw)
Pushed by kjang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5448b6da2e4e Implement nsIWebTransportSendStream, r=necko-reviewers,valentin
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: