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
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 5, 2013
More docs.
rlubke
committed
f699b28
Copy full SHA for f699b28
Add class docs for events that had no documentation.
rlubke
committed
6283352
Copy full SHA for 6283352
Commits on Jul 3, 2013
Update blocking connection call. Remove timing from get() call as the pool implementation will take care of it for us.
rlubke
committed
3a2eafe
Copy full SHA for 3a2eafe
Re-integrate Grizzly connection pool changes.
rlubke
committed
d2f2d6f
Copy full SHA for d2f2d6f
Commits on Jul 2, 2013
Fix secure pool logic.
rlubke
committed
2a6bb31
Copy full SHA for 2a6bb31
Revert pool changes.
rlubke
committed
021aa79
Copy full SHA for 021aa79
Merge pull request #332 from korinth/master
Show description for 2aba2b4
Stephane Landelle
committed
2aba2b4
Copy full SHA for 2aba2b4
Fixed a bug using proxies with the JDK API, found by DanielAdolfsson
Martin Korinth
committed
736f257
Copy full SHA for 736f257
Commits on Jul 1, 2013
Remove test code.
rlubke
committed
252e7bf
Copy full SHA for 252e7bf
No longer use AHC ConnectionsPool. Since pools are not interchangeable between providers, I've opted to use the new connection pool code that is being developed for Grizzly 2.3.4.
Show description for 3848d27
rlubke
committed
3848d27
Copy full SHA for 3848d27
Refactoring of the ProxyAwareConnectorHandler in preparation for integration of new Grizzly specific connection pool.
rlubke
committed
37ded05
Copy full SHA for 37ded05
Commits on Jun 26, 2013
Make callback thread names unique.
rlubke
committed
ff2d6b3
Copy full SHA for ff2d6b3
Continuation on #328. Implement local HttpRequestPacket caching since we can't rely on Grizzly ThreadLocal caching.
rlubke
committed
6918f3c
Copy full SHA for 6918f3c
Minor changes on previous commit.
rlubke
committed
ea0a4fc
Copy full SHA for ea0a4fc
Continuation of #328: Grrr....
rlubke
committed
b9bf3f8
Copy full SHA for b9bf3f8
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
Pagination
Previous
Next
You can’t perform that action at this time.