Only first header value gets used and all other headers are thrown away on nightly Neovim #485
Open
2 tasks done
Labels
bug
Something isn't working
Prerequisites
Neovim Version
NVIM v0.11.0-dev-946+g25665b365
Operating system/version
Manjaro Linux x86_64
Actual behavior
Only the first header value is included in requests.
Expected behavior
All header values are included in the request. Expected output of
:Rest curl yank
:Steps to reproduce
Use the following request:
:Rest curl yank
gives the output (notice how there's only one'-H'
):Other information
I clicked "I am using the latest stable release of Neovim" because I had to to create this issue, even though I'm on nightly. I figured this could potentially be a breaking change in Neovim that rest.nvim might have to adapt to.
Repro (
lazy.nvim
)The text was updated successfully, but these errors were encountered: