You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #52442 Disable the "Copy as cURL" button when the debug info are disabled (stof)
This PR was merged into the 6.3 branch.
Discussion
----------
Disable the "Copy as cURL" button when the debug info are disabled
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#52441
| License | MIT
Some versions of curl have a bug that prevents collecting the debug info. This is reported by writing an explanation message in the debug buffer.
When this is detecting, the "Copy as cURL" button is now skipped (like for other unsupported cases) instead of copying a broken command.
Commits
-------
f66dd14 Disable the "Copy as cURL" button when the debug info are disabled
0 commit comments