Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d099e16
Choose a base ref
...
head repository: coder/websocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 00fa373
Choose a head ref
  • 4 commits
  • 26 files changed
  • 1 contributor

Commits on Oct 1, 2025

  1. feat: add experimental http2 support

    Closes #4
    mafredri committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    047d1c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. fix: address review feedback

    - Fix 'exampels' typo in CI workflow comments
    - Fix README paths to use 'internal/examples/http2'
    - Change visibleAddr to display 0.0.0.0 for all-interface bindings
    mafredri committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    c7ab904 View commit details
    Browse the repository at this point in the history
  2. refactor: rename Protocol to HTTPProtocol

    Rename the Protocol type to HTTPProtocol for consistency with existing
    HTTPClient and HTTPHeader field naming in DialOptions.
    
    Constants are also renamed:
    - ProtocolHTTP1 → HTTPProtocol1
    - ProtocolHTTP2 → HTTPProtocol2
    - ProtocolAcceptAny → HTTPProtocolAny
    mafredri committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    7f2b1c4 View commit details
    Browse the repository at this point in the history
  3. refactor(internal/examples/http2): remove self-signed cert generation

    Simplify the TLS example by requiring -cert and -key flags instead of
    auto-generating a self-signed certificate. This reduces complexity and
    keeps the example focused on HTTP/2 WebSocket usage.
    mafredri committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    00fa373 View commit details
    Browse the repository at this point in the history
Loading