mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[PR #319] [MERGED] Change request.headers from Dicts to CaseInsensitiveDicts #321
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#321
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kokarare1212/librespot-python/pull/319
Author: @Googolplexed0
Created: 10/23/2025
Status: ✅ Merged
Merged: 10/23/2025
Merged by: @kokarare1212
Base:
main← Head:no-case-headers📝 Commits (1)
e007092change all request.headers from dicts to CaseInsensitiveDicts📊 Changes
8 files changed (+36 additions, -30 deletions)
View changed files
📝
examples/player/main.py(+2 -1)📝
examples/server/main.py(+3 -2)📝
librespot/audio/__init__.py(+6 -7)📝
librespot/core.py(+16 -15)📝
librespot/mercury.py(+3 -2)📝
librespot/structure.py(+2 -1)📝
librespot/zeroconf.py(+2 -1)📝
librespot_player/__init__.py(+2 -1)📄 Description
By default, this is the type that
request.headers()returns. Prevents differences in capitalization from causing missing dict key errors. Tested for a month or two with no adverse side effects.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.