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: elazarl/goproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: elazarl/goproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 12, 2025

  1. Improve Websocket implementation (#622)

    * Update examples modules
    
    * Remove redundant websocket functions
    
    * Add a custom per-request custom dialer
    
    * Remove unused target URL
    
    * Use configurable dialer also for WSS connections
    
    * Add customizable TLS client initialization for each request
    ErikPelli authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    dd21e8d View commit details
    Browse the repository at this point in the history
  2. Websocket fix (#623)

    * Fix panic when Tr is nil
    
    * Explicitly call handshake for tls connection
    ErikPelli authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    40759cc View commit details
    Browse the repository at this point in the history
  3. Websocket fix errors (#624)

    * Avoid unnecessary logging in websockets
    
    * Add missing TLS server name
    ErikPelli authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    41d4edd View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    3e6a85f View commit details
    Browse the repository at this point in the history
Loading