| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Timed-out and cancelled POSTs never complete a response, so the Network profiler dropped request data from the generated curl command.
There was a problem hiding this comment.
This pull request enhances the "Copy as cURL" feature in the network profiler to include request headers and bodies for failed, timed-out, or cancelled requests, and adds corresponding tests. The review feedback identifies two critical areas where asynchronous calls to getFullRequestData() using unawaited could lead to unhandled exceptions, recommending the use of try-catch blocks or .catchError to handle potential errors gracefully.
Sorry, something went wrong.
Merge upstream master to resolve merge conflicts and pick up pinned GitHub Actions (fixes zizmor-output). Handle getFullRequestData failures gracefully when copying as cURL or prefetching request data.
| Back | FazBrowse Home | New Git URL |
Summary
This is a Network profiler bug found while copying a timed-out POST from DevTools. There is no open issue for the missing body; related history: #3042 (original Copy as cURL), #9828 (copy request like the browser).
Test plan
Pre-launch Checklist
General checklist
Issues checklist
Tests checklist
AI-tooling checklist
Feature-change checklist