Skip to content
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

Add Meek Transport Support #2546

Merged
merged 6 commits into from
May 30, 2023
Merged

Add Meek Transport Support #2546

merged 6 commits into from
May 30, 2023

Conversation

xiaokangwang
Copy link
Contributor

This pull request adds a new transport "meek".

This can be used reflect the traffic over any platform that supports forwarding http requests.

if err != nil {
newError("unable to process roundtrip").Base(err).AtInfo().WriteToLog()
}
_, err = io.Copy(resp, bytes.NewReader(recvResp.Data))

Check warning

Code scanning / CodeQL

Reflected cross-site scripting

Cross-site scripting vulnerability due to [user-provided value](1).
@codecov-commenter
Copy link

codecov-commenter commented May 29, 2023

Codecov Report

Patch coverage: 11.95% and project coverage change: -0.72 ⚠️

Comparison is base (acbb5e6) 39.01% compared to head (59eb062) 38.30%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2546      +/-   ##
==========================================
- Coverage   39.01%   38.30%   -0.72%     
==========================================
  Files         617      637      +20     
  Lines       37084    38107    +1023     
==========================================
+ Hits        14470    14598     +128     
- Misses      21022    21900     +878     
- Partials     1592     1609      +17     
Impacted Files Coverage Δ
...ernet/request/assembler/simple/errors.generated.go 0.00% <0.00%> (ø)
...port/internet/request/assembly/errors.generated.go 0.00% <0.00%> (ø)
...et/request/roundtripper/httprt/errors.generated.go 0.00% <0.00%> (ø)
...ternet/request/stereotype/meek/errors.generated.go 0.00% <0.00%> (ø)
transport/internet/tls/tls.go 26.92% <0.00%> (-4.90%) ⬇️
transport/internet/tls/utls/utls.go 1.61% <0.00%> (-0.12%) ⬇️
transport/internet/transportcommon/dialer.go 0.00% <0.00%> (ø)
...sport/internet/transportcommon/errors.generated.go 0.00% <0.00%> (ø)
transport/internet/transportcommon/httpDialer.go 0.00% <0.00%> (ø)
transport/internet/transportcommon/listener.go 0.00% <0.00%> (ø)
... and 17 more

... and 10 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

3 participants