mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[PR #1245] [CLOSED] Use httpx with HTTP/2 for faster response #1141
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#1141
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/benbusby/whoogle-search/pull/1245
Author: @rstefko
Created: 9/17/2025
Status: ❌ Closed
Base:
main← Head:httpx📝 Commits (2)
54ab936Use httpx with HTTP/2 for faster response88c8191refs #1245: Use HTTP/2 only when proxy and tor is not defined, proxies mostly do not well support HTTP/2 anyway📊 Changes
2 files changed (+13 additions, -5 deletions)
View changed files
📝
app/request.py(+12 -5)📝
requirements.txt(+1 -0)📄 Description
In my case with HTTP/1.1 each search request took always approximately 3 seconds. With HTTP/2 its just milliseconds.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.