Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
musingsz
/
async-http-client
Public
forked from
AsyncHttpClient/async-http-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
fc21e80
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 26, 2013
Continuation of #328: Call recycle on the response object once we're done with it.
Show description for fc21e80
rlubke
committed
fc21e80
Copy full SHA for fc21e80
Commits on Jun 25, 2013
Fix compilation error.
rlubke
committed
2754e7b
Copy full SHA for 2754e7b
Fix for #328.
Show description for 1a60826
rlubke
committed
1a60826
Copy full SHA for 1a60826
Commits on Jun 24, 2013
Incremental changes for #328. Resolution still in progress. Fewer false positives are present however with these changes and recent updates to Grizzly.
rlubke
committed
638e2fa
Copy full SHA for 638e2fa
Commits on Jun 21, 2013
Don't compute regular host if there's a virtual one
Stephane Landelle
committed
d9a218e
Copy full SHA for d9a218e
Commits on Jun 20, 2013
Normalize redirect URI, close #329
Stephane Landelle
committed
9b157d3
Copy full SHA for 9b157d3
Scan headers efficiently
Stephane Landelle
committed
7fe7518
Copy full SHA for 7fe7518
typo
Stephane Landelle
committed
e17a452
Copy full SHA for e17a452
Minor clean up
Stephane Landelle
committed
591430f
Copy full SHA for 591430f
NettyAsyncHttpProvider shouldn't use FluentCaseInsensitiveStringsMap.getKeys that uselessly creates a new Map, close #326
Stephane Landelle
committed
7b75d54
Copy full SHA for 7b75d54
Commits on Jun 19, 2013
Uptake cookie parsing/serialization changes from Grizzly.
rlubke
committed
5c5923f
Copy full SHA for 5c5923f
Commits on Jun 17, 2013
Fix copyright.
rlubke
committed
7e9e941
Copy full SHA for 7e9e941
Commits on Jun 15, 2013
Handle proxy auth failure better as it happens outside the scope of the user request.
rlubke
committed
d191bca
Copy full SHA for d191bca
Commits on Jun 14, 2013
Update logic for proxy authorization to send the auth request over the same connection if it's keep-alive vs using another connection (part 2).
rlubke
committed
16b8c4c
Copy full SHA for 16b8c4c
Update logic for proxy authorization to send the auth request over the same connection if it's keep-alive vs using another connection.
rlubke
committed
c687765
Copy full SHA for c687765
Add missing method call.
rlubke
committed
5f9d33f
Copy full SHA for 5f9d33f
Previously, anytime a new request was needed to be sent under the covers by the runtime, it would do so over a new connection. Now we check the keep-alive status of the connection and if possible,…
Show description for 29472cb
rlubke
committed
29472cb
Copy full SHA for 29472cb
Better keep-alive handling.
rlubke
committed
cdeaaf6
Copy full SHA for cdeaaf6
Avoid interrupting
jfarcand
committed
a919457
Copy full SHA for a919457
Better fix for websocket handling
jfarcand
committed
81ee3ed
Copy full SHA for 81ee3ed
Proper Fixes #317
jfarcand
committed
6faf1f3
Copy full SHA for 6faf1f3
Commits on Jun 12, 2013
tweaks.
rlubke
committed
137021f
Copy full SHA for 137021f
Final fix for #317: allow sending and receiving message in onSucces
jfarcand
committed
df16283
Copy full SHA for df16283
One more fix for #317: allow sending message in onSucces
jfarcand
committed
c7c3ce8
Copy full SHA for c7c3ce8
Fixes #317
jfarcand
committed
31a35f9
Copy full SHA for 31a35f9
Clean up method signatures - remove unnecessary exceptions.
rlubke
committed
d0163f6
Copy full SHA for d0163f6
Commits on Jun 11, 2013
More cleanup. Ran intellij inspections and corrected some of the issues that were discovered.
rlubke
committed
9ba6e46
Copy full SHA for 9ba6e46
Formatting.
rlubke
committed
be549d6
Copy full SHA for be549d6
Minor code cleanup after refactoring.
rlubke
committed
e7aeffa
Copy full SHA for e7aeffa
- Refactoring of connection and proxy code.
Show description for 87187d9
rlubke
committed
87187d9
Copy full SHA for 87187d9
Commits on Jun 8, 2013
Minor clean up
Stephane Landelle
committed
1003052
Copy full SHA for 1003052
Make Netty provider support RFC 6265 cookie encoding, close #319
Stephane Landelle
committed
8179188
Copy full SHA for 8179188
Commits on Jun 6, 2013
Drop Apache HttpClient 3 support, close #318
Show description for 74562ae
Stephane Landelle
committed
74562ae
Copy full SHA for 74562ae
Move GrizzlyConnectionsPool to nested class of ConnectionManager.
rlubke
committed
dc67bfc
Copy full SHA for dc67bfc
Re-organization of the Grizzly provider code.
rlubke
committed
2c3ec3c
Copy full SHA for 2c3ec3c
Pagination
Previous
Next
You can’t perform that action at this time.