Open
Bug 1116583
Opened 10 years ago
Updated 2 years ago
HTTP send doesn't buffer in nr_proxy_tunnel.c
Categories
(Core :: WebRTC: Networking, defect, P4)
Tracking
()
NEW
backlog | webrtc/webaudio+ |
People
(Reporter: ryan, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:34.0) Gecko/20100101 Firefox/34.0
Build ID: 20141126041045
Actual results:
send_http_connect returns an error if it's unable to send the CONNECT in one call
Expected results:
we should buffer the remaining bytes and complete the send on a timer
Comment 1•10 years ago
|
||
I can't find anything named send_http_connect in the Firefox source code.
Please explain what you are referring to.
Flags: needinfo?(ryan)
Comment 2•9 years ago
|
||
Hi Ryan,
Considering that the issue on which this one depends was fixed, is this one still reproducible on your end ? Please let me know, and if not, we will update it as resolved.
Thanks,
Paul
Flags: needinfo?(ryan)
Component: Untriaged → WebRTC: Networking
OS: Mac OS X → Unspecified
Product: Firefox → Core
Hardware: x86 → Unspecified
Comment 3•9 years ago
|
||
The bug is still there and real: https://dxr.mozilla.org/mozilla-central/source/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c#141
Status: UNCONFIRMED → NEW
backlog: --- → webrtc/webaudio+
Rank: 35
Ever confirmed: true
Flags: needinfo?(ryan)
OS: Unspecified → All
Priority: -- → P3
Hardware: Unspecified → All
Comment 4•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•