-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue #250 - Implement HTTP CONNECT for HTTP/2. #3539
Issue #250 - Implement HTTP CONNECT for HTTP/2. #3539
Commits on May 3, 2019
-
Issue #250 - Implement HTTP CONNECT for HTTP/2.
Modified HTTP/2 implementation to support the CONNECT method. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cc54ca1 - Browse repository at this point
Copy the full SHA cc54ca1View commit details -
Issue #250 - Implement HTTP CONNECT for HTTP/2.
Implemented semantic defined by RFC 8441. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e2da6b - Browse repository at this point
Copy the full SHA 8e2da6bView commit details -
First draft pass at the implementation of CONNECT for HTTP2.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d55d7a9 - Browse repository at this point
Copy the full SHA d55d7a9View commit details -
Second draft pass at the implementation of CONNECT for HTTP2.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 090ee92 - Browse repository at this point
Copy the full SHA 090ee92View commit details
Commits on May 5, 2019
-
Third draft pass at the implementation of CONNECT for HTTP2.
Implemented handling of client-side idle timeout. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7cb9d37 - Browse repository at this point
Copy the full SHA 7cb9d37View commit details
Commits on May 6, 2019
-
Small refactoring for the implementation of CONNECT for HTTP2.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c3553f1 - Browse repository at this point
Copy the full SHA c3553f1View commit details
Commits on Jun 4, 2019
-
Split HTTP2Channel into Client and Server.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb3e0e4 - Browse repository at this point
Copy the full SHA fb3e0e4View commit details
Commits on Jun 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for db43840 - Browse repository at this point
Copy the full SHA db43840View commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f67f2fa - Browse repository at this point
Copy the full SHA f67f2faView commit details
Commits on Jul 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for daeb8c8 - Browse repository at this point
Copy the full SHA daeb8c8View commit details
Commits on Jul 4, 2019
-
Fourth draft pass at the implementation of CONNECT for HTTP2.
Implemented handling of client-side idle timeout. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 911e2aa - Browse repository at this point
Copy the full SHA 911e2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ce4eb - Browse repository at this point
Copy the full SHA 01ce4ebView commit details
Commits on Jul 5, 2019
-
Fixed compilation errors after merge.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbd2b9e - Browse repository at this point
Copy the full SHA bbd2b9eView commit details
Commits on Jul 9, 2019
-
Issue #250 - Implement HTTP CONNECT for HTTP/2.
Implemented section 8.3 of RFC 7540. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 564d5d0 - Browse repository at this point
Copy the full SHA 564d5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c7869 - Browse repository at this point
Copy the full SHA 68c7869View commit details -
Configuration menu - View commit details
-
Copy full SHA for e423e35 - Browse repository at this point
Copy the full SHA e423e35View commit details
Commits on Jul 10, 2019
-
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7d31b1e - Browse repository at this point
Copy the full SHA 7d31b1eView commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c3a957e - Browse repository at this point
Copy the full SHA c3a957eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cb107 - Browse repository at this point
Copy the full SHA 51cb107View commit details -
Introduced HTTP2Client.streamIdleTimeout. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ceaa417 - Browse repository at this point
Copy the full SHA ceaa417View commit details
Commits on Aug 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a2d7a30 - Browse repository at this point
Copy the full SHA a2d7a30View commit details -
Issue #250 - Implement HTTP CONNECT for HTTP/2.
Implemented a few TODOs and improved logging. Some small code cleanups. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85b455d - Browse repository at this point
Copy the full SHA 85b455dView commit details
Commits on Aug 13, 2019
-
Fixes #250 - Implement HTTP CONNECT for HTTP/2.
Final modifications after review. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2dd5896 - Browse repository at this point
Copy the full SHA 2dd5896View commit details