Closed
Bug 776945
Opened 13 years ago
Closed 10 years ago
Update in-tree copies of mozmill to pick up bug 558220's httpd.js fix
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1068011
People
(Reporter: emorley, Unassigned)
References
Details
Bug fixed a bug in httpd.js, to quote bz:
"Fixed a bug in the test HTTP header that caused it to misread headers when a packet boundary fell between the CR and LF at the end of a header value"
The change was applied to:
/netwerk/test/httpserver/httpd.js
However in-tree, we also have:
/services/sync/tps/extensions/mozmill/resource/stdlib/httpd.js
/testing/peptest/peptest/extension/resource/mozmill/stdlib/httpd.js
Reporter | ||
Comment 2•13 years ago
|
||
CC'ing the people that imported mozmill into various parts of the tree.
The following mozmill commit picked up the changes from bug 558220:
https://github.com/mozilla/mozmill/commit/4aabbe9c1642336c84e7aee3f12c11fb4c38827e
...so all we need is an update of the mozmill import for both services/sync/tps/extensions/mozmill/ and testing/peptest/peptest/extension/resource/mozmill/
Reporter | ||
Updated•13 years ago
|
Summary: Update all in-tree copies of httpd.js with the fix from bug 558220 → Update in-tree copies of mozmill to pick up bug 558220's httpd.js fix
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•8 years ago
|
Component: httpd.js → General
You need to log in
before you can comment on or make changes to this bug.
Description
•