Closed
Bug 1118446
Opened 10 years ago
Closed 10 years ago
Implement HTTP symbol fetching in stackwalker
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
References
Details
I've had the code for this floating around for quite some time, I just needed to wire it up to Socorro's stackwalker:
http://hg.mozilla.org/users/tmielczarek_mozilla.com/stackwalk-http/
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → ted
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c6d9829c5205735ec1e0b7e3aa3f1af429b1859e
Merge pull request #2550 from luser/stackwalk-http
bug 1118446 - Implement HTTP symbol fetching in stackwalker
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/cab77b2e5ded9864d57852ca21719ca683a4a993
bug 1118446 - our version of libcurl is too old for CURLOPT_ACCEPT_ENCODING
https://github.com/mozilla/socorro/commit/b916bdbca34a2404459579ab9ee53de9471ffa3b
Merge pull request #2575 from rhelmer/bug1118446-fix-compile-error
bug 1118446 - our version of libcurl is too old for CURLOPT_ACCEPT_ENCODING. r=ted
You need to log in
before you can comment on or make changes to this bug.
Description
•