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

Fix: Trojan fallback cannot get ALPN #1286

Merged
merged 1 commit into from Sep 24, 2021

Conversation

AkinoKaede
Copy link
Contributor

fix #1282

@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2021

Codecov Report

Merging #1286 (84fc5b9) into master (a0a97c0) will increase coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1286      +/-   ##
==========================================
+ Coverage   44.56%   44.68%   +0.11%     
==========================================
  Files         485      485              
  Lines       29528    29528              
==========================================
+ Hits        13160    13194      +34     
+ Misses      14958    14933      -25     
+ Partials     1410     1401       -9     
Impacted Files Coverage Δ
proxy/trojan/server.go 0.38% <ø> (ø)
transport/internet/kcp/connection.go 72.37% <0.00%> (+0.55%) ⬆️
transport/pipe/impl.go 89.89% <0.00%> (+2.02%) ⬆️
transport/internet/websocket/connection.go 20.18% <0.00%> (+3.66%) ⬆️
proxy/freedom/freedom.go 49.00% <0.00%> (+4.00%) ⬆️
app/router/command/command.go 57.77% <0.00%> (+4.44%) ⬆️
common/buf/reader.go 88.23% <0.00%> (+5.88%) ⬆️
transport/internet/udp/dispatcher.go 77.14% <0.00%> (+12.38%) ⬆️
app/router/command/errors.generated.go 100.00% <0.00%> (+100.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70c796b...84fc5b9. Read the comment docs.

@AkinoKaede AkinoKaede changed the title Fix: Trojan fallback Fix: Trojan fallback cannot get ALPN Sep 24, 2021
@kslr kslr merged commit 9b43120 into v2fly:master Sep 24, 2021
@kslr
Copy link
Contributor

kslr commented Sep 24, 2021

sticker

@lxhao61

This comment has been minimized.

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.

trojan fallbacks 中"alpn"无效,此bug是否有计划修复?
4 participants