Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curl POST sends Connection: Upgrade on Kodi on Android TV #86

Open
nico-francois opened this issue Apr 4, 2019 · 0 comments
Open

Curl POST sends Connection: Upgrade on Kodi on Android TV #86

nico-francois opened this issue Apr 4, 2019 · 0 comments

Comments

@nico-francois
Copy link

if (XBMC->CURLOpen(hFile, XFILE::READ_NO_CACHE))

It seems that Kodi on the NVidia Shield TV sends a Connection: Upgrade, HTTP2-Settings header even though the request is a POST.

Some servers barf on this as it seems to be an invalid request (most notable the Kestrel server in .NET Core: aspnet/KestrelHttpServer#2372)

It's not clear to me where it exactly goes wrong? a libcurl issue only on Android? Running Kodi 18.1 on Windows with the ARGUS TV plugin works fine with Kestrel in any case -- so it does seem to be related to the host OS.

Anyone with more in-depth knowledge in this that can comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant