Skip to content

Conversation

Bond-009
Copy link
Member

No description provided.

@@ -1,15 +1,15 @@
{
"name": "Development Jellyfin Server - FFmpeg",
"image":"mcr.microsoft.com/devcontainers/dotnet:8.0-jammy",
"image":"mcr.microsoft.com/devcontainers/dotnet:9.0-jammy",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe should now switch to noble ?

@@ -1,15 +1,15 @@
{
"name": "Development Jellyfin Server",
"image":"mcr.microsoft.com/devcontainers/dotnet:8.0-jammy",
"image":"mcr.microsoft.com/devcontainers/dotnet:9.0-jammy",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

Comment on lines -295 to -302

// Increase the max http request limit
// The default connection limit is 10 for ASP.NET hosted applications and 2 for all others.
ServicePointManager.DefaultConnectionLimit = Math.Max(96, ServicePointManager.DefaultConnectionLimit);

// Disable the "Expect: 100-Continue" header by default
// http://stackoverflow.com/questions/566437/http-post-returns-the-error-417-expectation-failed-c
ServicePointManager.Expect100Continue = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these just no longer needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In modern .NET, HttpClient does not take into account any configurations set on ServicePointManager.

Not sure how long this has been the case

@jellyfin-bot jellyfin-bot added the merge conflict Merge conflicts should be resolved before a merge label Nov 15, 2024
@jellyfin-bot
Copy link
Contributor

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@jellyfin-bot jellyfin-bot removed the merge conflict Merge conflicts should be resolved before a merge label Nov 15, 2024
@crobibero crobibero merged commit ceb850c into jellyfin:master Nov 16, 2024
13 of 18 checks passed
@Bond-009 Bond-009 deleted the net9 branch November 20, 2024 09:40
@zent1n0
Copy link

zent1n0 commented Jan 26, 2025

Latest build still uses dotnet 8.0. Is this by design or just an accident that the commit is not merged into release?

@crobibero
Copy link
Member

Latest build still uses dotnet 8.0. Is this by design or just an accident that the commit is not merged into release?

10.10.x is net8.0, 10.11.x will be net9.0.

Lampan-git pushed a commit to Lampan-git/jellyfin that referenced this pull request Feb 25, 2025
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

Successfully merging this pull request may close these issues.

7 participants