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

Optimize path start state #96

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Optimize path start state #96

merged 1 commit into from
Jan 7, 2025

Conversation

rmisev
Copy link
Member

@rmisev rmisev commented Jan 7, 2025

This adds a fast path for URLs like ws://h, ws://h\ and ws://h/ that are parsed to ws://h/.

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.67%. Comparing base (cc12906) to head (ed2b942).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   99.67%   99.67%           
=======================================
  Files          14       14           
  Lines        2454     2458    +4     
  Branches      389      390    +1     
=======================================
+ Hits         2446     2450    +4     
  Misses          8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This adds a fast path for URLs like `ws://h`, `ws://h\` and `ws://h/`
that are parsed to `ws://h/`.
@rmisev rmisev merged commit ed2b942 into main Jan 7, 2025
26 checks passed
@rmisev rmisev deleted the path_start_state branch January 7, 2025 20:17
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.

1 participant