-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[websocket] Support redirect #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Tests added. Issue should be resolved. |
jfarcand
added a commit
that referenced
this issue
May 14, 2012
rlubke
added a commit
that referenced
this issue
Jun 21, 2012
* ahc-1.7.x: Fix javadoc warnings. Integrate Grizzly 2.2.10. Fix for the Grizzly side of #101 : [websocket] onError must not be called when status code is != 101. Fix for #111 - [websocket] Both Netty and Grizzly issues with URI without port. Incremental fix for #101 [websocket] onError must not be called when status code is != 101. Fix Netty side Fix for #111 https://github.com/sonatype/async-http-client/issues/111 Fix errror with clirr Port #102 tests Port fix for #102 [websocket] Support redirect Bump to the latest Netty release
cs-workco
pushed a commit
to cs-workco/async-http-client
that referenced
this issue
Apr 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the hanshake fail with a response like
We need to redirect like HTTP is doing.
The text was updated successfully, but these errors were encountered: