Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
prebid
/
prebid-server-java
Public
Notifications
You must be signed in to change notification settings
Fork
247
Star
103
Code
Issues
101
Pull requests
35
Discussions
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Gzip: Add decompression handler
- #4498
#4498
Merged
CTMBNara
merged 5 commits into
master
prebid/prebid-server-java:master
from
add-gzip-decompression-handler
prebid/prebid-server-java:add-gzip-decompression-handler
Copy head branch name to clipboard
Jul 30, 2026
Conversation
Commits
5
(5)
Checks
Files changed
Merged
Gzip: Add decompression handler
#4498
CTMBNara
merged 5 commits into
master
prebid/prebid-server-java:master
from
add-gzip-decompression-handler
prebid/prebid-server-java:add-gzip-decompression-handler
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
Added middleware handler that decompresses request when gzip=1 or gzip=true in request query params.
And1sS
committed
3c9994b
View commit details
Copy full SHA for 3c9994b
Browse repository at this point
Moved all intermediate buffers to be stored in threadlocal variable, so we don't reallocate same buffers over and over again.
And1sS
committed
1df5f63
View commit details
Copy full SHA for 1df5f63
Browse repository at this point
Moved body size limiting to vertx.
And1sS
committed
c3d292d
View commit details
Copy full SHA for c3d292d
Browse repository at this point
Added unit tests.
And1sS
committed
a6f9fa5
View commit details
Copy full SHA for a6f9fa5
Browse repository at this point
Increased intermediate buffer size to reduce amount of baos buffer reallocations in worst case scenario (if decompressed size is > 2 * max body size), since baos will grow on this size each time in…
Show description for a99aaab
And1sS
committed
a99aaab
View commit details
Copy full SHA for a99aaab
Browse repository at this point
You can’t perform that action at this time.