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: google/inverting-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: google/inverting-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: http_stats
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 1 contributor

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    21c1022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee2906d View commit details
    Browse the repository at this point in the history
  3. Add support for HTTP stats server that initializae a HTTP server and …

    …display HTTP codes and backend latencies. It also allows contact for localhost:<>/debug/vars to see internal server information including requests. This is disabled by default. Also fixes a race condition found during testing. ```go build -o ~/bin/inverting-proxy ./server
    
    go build -o ~/bin/proxy-forwarding-agent ./agent
    go build -o ~/bin/inverting-proxy-run-local testing/runlocal/main.go
    GOPATH=$HOME ~/bin/inverting-proxy-run-local --port 8081
    
    cd ~/inverting-proxy
         go test -race -v ./agent/sessions/...
         go test -race -v ./agent/stats/...
         go test -race -v ./agent/metrics/...
         go test -race -v ./agent/utils/...
         go test -race -v ./agent/websockets/...
         go test -race -v ./agent/...``` used  watch -n 5 "curl -s http://localhost:3000 | lynx -stdin -dump" and hey -z 1m -q 10 http://127.0.0.1:8081/
    gogasca committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    f1951a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf34047 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    404ad66 View commit details
    Browse the repository at this point in the history
  6. Revert Golang versioning

    gogasca committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    6eae423 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b1498d View commit details
    Browse the repository at this point in the history
  8. Final Code review

    gogasca committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    f748750 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

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