Commit f66dd14
committed
Disable the "Copy as cURL" button when the debug info are disabled
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.1 parent 5bff8c5 commit f66dd14
File tree
1 file changed
+5
-0
lines changed- src/Symfony/Component/HttpClient/DataCollector
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
233 | 238 | | |
234 | 239 | | |
235 | 240 | | |
| |||
0 commit comments