Skip to content

Http V2 support #1403

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

Closed
wants to merge 12 commits into from
Closed

Http V2 support #1403

wants to merge 12 commits into from

Conversation

YunchuWang
Copy link
Member

@YunchuWang YunchuWang commented Jan 20, 2024

Description

Draft PR to show changes to add http v2 support in worker. Tested manually working. Not intended for merge.

Fixes #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

# Create a TCP socket
tcp_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
# Bind it to a free port provided by the OS
tcp_socket.bind(("", 0))

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces

'' binds a socket to all interfaces.
@YunchuWang YunchuWang force-pushed the wangbill/http_v2_support_staging branch 3 times, most recently from e9e7367 to 91fd62d Compare March 11, 2024 20:54
@YunchuWang YunchuWang changed the base branch from dev to gaaguiar/init_refactoring March 11, 2024 22:14
@YunchuWang YunchuWang changed the base branch from gaaguiar/init_refactoring to dev March 11, 2024 22:14
@YunchuWang YunchuWang changed the title Wangbill/http v2 support staging Http V2 support Mar 11, 2024
@YunchuWang YunchuWang force-pushed the wangbill/http_v2_support_staging branch 2 times, most recently from aab9a27 to 821ad57 Compare March 19, 2024 05:59
@YunchuWang YunchuWang changed the base branch from dev to gaaguiar/init_refactoring March 19, 2024 05:59
@YunchuWang YunchuWang marked this pull request as ready for review March 19, 2024 08:07
Base automatically changed from gaaguiar/init_refactoring to dev March 25, 2024 16:45
Http Proxy Support

integration

refactor

update ext name

add to env reload

add dep

revert
@YunchuWang YunchuWang force-pushed the wangbill/http_v2_support_staging branch from fc3c46a to af31363 Compare March 29, 2024 03:54
@YunchuWang YunchuWang closed this Apr 5, 2024
@vrdmr vrdmr deleted the wangbill/http_v2_support_staging branch February 5, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants