Closed
Bug 1779359
Opened 4 years ago
Closed 4 years ago
Content length of resend requests should be updated when the message body changes
Categories
(DevTools :: Netmonitor, defect, P1)
Tracking
(firefox105 verified)
VERIFIED
FIXED
105 Branch
| Tracking | Status | |
|---|---|---|
| firefox105 | --- | verified |
People
(Reporter: shadow_1331_zyw, Assigned: bomsy)
References
(Blocks 4 open bugs)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
- Open the Web Developer Tools -> Network Monitor tab
- Navigate a web site
- Right click on an HTTP request item and choose "resend" menu
- Change something in the 'message body' text box
- Click on the 'send' button
Actual results:
- The content-length in 'message header' box stay unchanged when modifying the 'message body'.
- No message was sent when the send button is clicked, I think it may be caused by the mismatch between the content-length field of the header and the actual length of the message being sent.
Expected results:
In Firefox 91, the content-length will change automatically when the request body is changed.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Netmonitor' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Netmonitor
Product: Firefox → DevTools
| Assignee | ||
Comment 2•4 years ago
|
||
Thanks for reporting i can confirm the issue.
Blocks: netmonitor-edit-and-resend
Status: UNCONFIRMED → NEW
Type: enhancement → defect
Ever confirmed: true
| Assignee | ||
Updated•4 years ago
|
Summary: content-length unchanged in Web Developer Tools → Content length of resend requests should be updated when the messge body changes
| Assignee | ||
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P1
| Assignee | ||
Updated•4 years ago
|
Summary: Content length of resend requests should be updated when the messge body changes → Content length of resend requests should be updated when the message body changes
| Assignee | ||
Comment 4•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → hmanilla
| Assignee | ||
Comment 6•4 years ago
|
||
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/318de40d78d8
Update Content-Length when message body changes r=jdescottes
Comment 8•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Updated•4 years ago
|
Flags: qe-verify+
Comment 9•4 years ago
|
||
I was abel to reproduce this bug using STR from commment 0 (affected Nightly, 2022-07-03), and also with some guidance from Hubert.
The bug is verified as fixed on latest Beta 105.0b5 under macOS 11, Win 10 x64 and Ubuntu 18.04 x64.
You need to log in
before you can comment on or make changes to this bug.
Description
•