2021-02-18 12:55:15 +01:00
|
|
|
---
|
|
|
|
name: Bug report
|
2021-02-18 13:42:59 +01:00
|
|
|
about: Report a possible bug in HTTPie
|
2021-02-18 12:55:15 +01:00
|
|
|
title: ''
|
|
|
|
labels: "new, bug"
|
2021-11-04 23:20:46 +01:00
|
|
|
assignees: ''
|
2021-02-18 12:55:15 +01:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
## Checklist
|
2021-02-18 13:47:58 +01:00
|
|
|
|
|
|
|
- [ ] I've searched for similar issues.
|
2021-09-03 15:05:03 +02:00
|
|
|
- [ ] I'm using the latest version of HTTPie.
|
2021-02-18 12:55:15 +01:00
|
|
|
|
2021-02-18 13:44:29 +01:00
|
|
|
---
|
2021-02-18 12:55:15 +01:00
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
## Minimal reproduction code and steps
|
2021-02-18 12:55:15 +01:00
|
|
|
|
|
|
|
1.
|
|
|
|
2.
|
|
|
|
3.
|
|
|
|
|
2021-09-13 12:33:32 +02:00
|
|
|
## Current result
|
2021-02-18 13:46:10 +01:00
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
…
|
|
|
|
|
2021-09-13 12:33:32 +02:00
|
|
|
## Expected result
|
2021-02-18 13:42:59 +01:00
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
…
|
2021-02-18 12:55:15 +01:00
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
---
|
2021-02-18 12:55:15 +01:00
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
## Debug output
|
2021-02-18 13:42:59 +01:00
|
|
|
|
|
|
|
Please re-run the command with `--debug`, then copy the entire command & output and paste both below:
|
2021-02-18 12:55:15 +01:00
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
```bash
|
2021-02-18 12:55:15 +01:00
|
|
|
$ http --debug <COMPLETE ARGUMENT LIST THAT TRIGGERS THE ERROR>
|
|
|
|
<COMPLETE OUTPUT>
|
|
|
|
```
|
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
## Additional information, screenshots, or code examples
|
2021-02-18 13:46:10 +01:00
|
|
|
|
2021-09-09 15:52:24 +02:00
|
|
|
…
|